Ticket #90: fix-makefile

File fix-makefile, 750 bytes (added by matthijs, 3 years ago)

Patch against r243

Line 
1Index: vuurmuur/vuurmuur-conf/scripts/Makefile.in
2===================================================================
3--- vuurmuur.orig/vuurmuur-conf/scripts/Makefile.in     2009-04-21 23:12:00.000000000 +0200
4+++ vuurmuur/vuurmuur-conf/scripts/Makefile.in  2009-04-21 23:08:18.000000000 +0200
5@@ -420,9 +420,11 @@
6 
7 
8 install:
9+       test -z "$(vuurmuur_scriptdir)" || $(MKDIR_P) "$(DESTDIR)$(vuurmuur_scriptdir)"
10        @for VRMRSCRIPT in $(vuurmuur_script_DATA) ; do \
11-               $(INSTALL) -m 755 $${VRMRSCRIPT} "$(vuurmuur_scriptdir)"; \
12+               $(INSTALL) -m 755 $${VRMRSCRIPT} "$(DESTDIR)$(vuurmuur_scriptdir)"; \
13        done
14+
15 # Tell versions [3.59,3.63) of GNU make to not export all variables.
16 # Otherwise a system limit (for SysV at least) may be exceeded.
17 .NOEXPORT: