]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
change the so_dot_version mode back to 644
authorDean Roehrich <roehrich@sgi.com>
Wed, 25 Jul 2001 15:28:28 +0000 (15:28 +0000)
committerDean Roehrich <roehrich@sgi.com>
Wed, 25 Jul 2001 15:28:28 +0000 (15:28 +0000)
include/builddefs.in

index acb0223284878cd449325e1b66642c7295578941..2ee88003e80237c07d3e35f4f5d2a5de75c419d6 100644 (file)
@@ -135,7 +135,7 @@ ifeq ($(ENABLE_SHARED),yes)
 INSTALL_LTLIB = \
        cd $(TOPDIR)/$(LIBNAME)/.libs; \
        ../$(INSTALL) -m 755 -d $(PKG_SLIB_DIR); \
-       ../$(INSTALL) -m 755 -T so_dot_version $(LIBNAME).lai $(PKG_SLIB_DIR); \
+       ../$(INSTALL) -m 644 -T so_dot_version $(LIBNAME).lai $(PKG_SLIB_DIR); \
        test "$(PKG_DISTRIBUTION)" = debian || \
        ../$(INSTALL) -T so_dot_current $(LIBNAME).lai $(PKG_SLIB_DIR)
 endif