summaryrefslogtreecommitdiff
path: root/sysutils/bacula/files/patch-autoconf-Make.common.in
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2004-06-27 17:48:50 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2004-06-27 17:48:50 +0000
commit2b6a615291ff511590f3c7265a793f97e969d5e7 (patch)
tree524dba0c69128458316a5c210dd94c7f98856ddf /sysutils/bacula/files/patch-autoconf-Make.common.in
parentAdd more locale directory hacks to bsd.gnome.mk, and fix ports that tried (diff)
o) Update to version 1.34.5
Notes
Notes: svn path=/head/; revision=112376
Diffstat (limited to 'sysutils/bacula/files/patch-autoconf-Make.common.in')
-rw-r--r--sysutils/bacula/files/patch-autoconf-Make.common.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/bacula/files/patch-autoconf-Make.common.in b/sysutils/bacula/files/patch-autoconf-Make.common.in
index 110aaa06d79c..b5e564ade083 100644
--- a/sysutils/bacula/files/patch-autoconf-Make.common.in
+++ b/sysutils/bacula/files/patch-autoconf-Make.common.in
@@ -1,5 +1,5 @@
-*** autoconf/Make.common.in.orig Thu May 8 14:40:44 2003
---- autoconf/Make.common.in Sat Oct 11 10:50:22 2003
+*** autoconf/Make.common.in.orig Sat Jun 19 23:16:06 2004
+--- autoconf/Make.common.in Sun Jun 27 18:38:11 2004
***************
*** 24,29 ****
--- 24,30 ----
@@ -15,15 +15,15 @@
RANLIB = @RANLIB@
INSTALL = @INSTALL@
# add the -s to the following in PRODUCTION mode
-! INSTALL_PROGRAM = @INSTALL@ -m 754
+! INSTALL_PROGRAM = @INSTALL@ -m @SBINPERM@
INSTALL_DATA = @INSTALL@ -m 644
- INSTALL_SCRIPT = @INSTALL@ -m 754
+ INSTALL_SCRIPT = @INSTALL@ -m @SBINPERM@
INSTALL_CONFIG = @INSTALL@ -m 640
--- 44,50 ----
RANLIB = @RANLIB@
INSTALL = @INSTALL@
# add the -s to the following in PRODUCTION mode
-! INSTALL_PROGRAM = @INSTALL@ -s -m 754
+! INSTALL_PROGRAM = @INSTALL@ -s -m @SBINPERM@
INSTALL_DATA = @INSTALL@ -m 644
- INSTALL_SCRIPT = @INSTALL@ -m 754
+ INSTALL_SCRIPT = @INSTALL@ -m @SBINPERM@
INSTALL_CONFIG = @INSTALL@ -m 640