Ticket #7559: patch-src-Makefile.in
File patch-src-Makefile.in, 493 bytes (added by markd@…, 19 years ago) |
---|
Line | |
---|---|
1 | --- src/Makefile.in.org 2006-03-09 13:20:55.000000000 -0800 |
2 | +++ src/Makefile.in 2006-03-09 13:21:32.000000000 -0800 |
3 | @@ -735,8 +735,8 @@ |
4 | |
5 | |
6 | install-exec-hook: |
7 | - mkdir -p $(prefix)/var/scripturechecks |
8 | - chmod 777 $(prefix)/var/scripturechecks |
9 | + mkdir -p $(DESTDIR)$(prefix)/var/scripturechecks |
10 | + chmod 777 $(DESTDIR)$(prefix)/var/scripturechecks |
11 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
12 | # Otherwise a system limit (for SysV at least) may be exceeded. |
13 | .NOEXPORT: |