]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix #1571 and install libraries with 755 perms
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 28 May 2010 07:15:24 +0000 (09:15 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 28 May 2010 07:16:15 +0000 (09:16 +0200)
bacula/autoconf/Make.common.in
bacula/src/cats/Makefile.in
bacula/src/findlib/Makefile.in
bacula/src/lib/Makefile.in

index f5583695f7455f6d20d491a4b4bf239ba4842eb6..d871975d7916ff60fadc69923b81a89d2682274b 100644 (file)
@@ -57,6 +57,7 @@ MKDIR = @BUILD_DIR@/autoconf/mkinstalldirs
 INSTALL = @INSTALL@
 # add the -s to the following in PRODUCTION mode
 INSTALL_PROGRAM = $(INSTALL) -m @SBINPERM@
+INSTALL_LIB = $(INSTALL) -m 755
 INSTALL_DATA = $(INSTALL) -m 644
 INSTALL_SCRIPT = $(INSTALL) -m @SBINPERM@
 INSTALL_CONFIG = $(INSTALL) -m 640
index 2ad0078d72ad76a9b2ecc916dc0f890e6d6ea11e..ca54865e2b893073a72718413aac56c52ba33e7e 100644 (file)
@@ -131,7 +131,7 @@ uninstall-includes:
 
 libtool-install: all
        $(MKDIR) $(DESTDIR)$(libdir)
-       $(LIBTOOL_INSTALL_FINISH) $(INSTALL_PROGRAM) libbacsql$(DEFAULT_ARCHIVE_TYPE) $(DESTDIR)$(libdir)
+       $(LIBTOOL_INSTALL_FINISH) $(INSTALL_LIB) libbacsql$(DEFAULT_ARCHIVE_TYPE) $(DESTDIR)$(libdir)
 
 libtool-uninstall:
        $(LIBTOOL_UNINSTALL) $(RMF) $(DESTDIR)$(libdir)/libbacsql.la
index 7c4ad8a43222a8fab80691efe2c7d5fdbff49bb0..fc2ac3cbaab9c429aac0cb557b52f1f1ece5eaf0 100644 (file)
@@ -78,7 +78,7 @@ uninstall-includes:
 
 libtool-install: all
        $(MKDIR) $(DESTDIR)$(libdir)
-       $(LIBTOOL_INSTALL_FINISH) $(INSTALL_PROGRAM) libbacfind$(DEFAULT_ARCHIVE_TYPE) $(DESTDIR)$(libdir)
+       $(LIBTOOL_INSTALL_FINISH) $(INSTALL_LIB) libbacfind$(DEFAULT_ARCHIVE_TYPE) $(DESTDIR)$(libdir)
 
 libtool-uninstall:
        $(LIBTOOL_UNINSTALL) $(RMF) $(DESTDIR)$(libdir)/libbacfind.la
index 1379f9d21c75a18648096f733c808596ffa53df0..4d41a10da017011c82ee74beaf90724f1f1e4e51 100644 (file)
@@ -198,9 +198,9 @@ uninstall-includes:
 
 libtool-install: all
        $(MKDIR) $(DESTDIR)$(libdir)
-       $(LIBTOOL_INSTALL_FINISH) $(INSTALL_PROGRAM) libbac.la $(DESTDIR)$(libdir)
-       $(LIBTOOL_INSTALL_FINISH) $(INSTALL_PROGRAM) libbaccfg.la $(DESTDIR)$(libdir)
-       $(LIBTOOL_INSTALL_FINISH) $(INSTALL_PROGRAM) libbacpy.la $(DESTDIR)$(libdir)
+       $(LIBTOOL_INSTALL_FINISH) $(INSTALL_LIB) libbac.la $(DESTDIR)$(libdir)
+       $(LIBTOOL_INSTALL_FINISH) $(INSTALL_LIB) libbaccfg.la $(DESTDIR)$(libdir)
+       $(LIBTOOL_INSTALL_FINISH) $(INSTALL_LIB) libbacpy.la $(DESTDIR)$(libdir)
 
 libtool-uninstall:
        $(LIBTOOL_UNINSTALL) $(RMF) $(DESTDIR)$(libdir)/libbac.la