mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 21:39:17 -04:00
11 lines
422 B
Text
11 lines
422 B
Text
--- configure.orig Sat Nov 26 23:13:06 2005
|
|
+++ configure Mon Dec 12 21:25:36 2005
|
|
@@ -8184,7 +8184,7 @@
|
|
# It thinks the first close brace ends the variable substitution.
|
|
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
|
|
|
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
|
|
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
|
|
|
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
|
|