From 2b6a615291ff511590f3c7265a793f97e969d5e7 Mon Sep 17 00:00:00 2001 From: Lars Koeller Date: Sun, 27 Jun 2004 17:48:50 +0000 Subject: o) Update to version 1.34.5 --- sysutils/bacula/files/patch-autoconf-Make.common.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sysutils/bacula/files/patch-autoconf-Make.common.in') 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 -- cgit v1.2.3