From: Dean Roehrich Date: Wed, 25 Jul 2001 15:28:28 +0000 (+0000) Subject: change the so_dot_version mode back to 644 X-Git-Tag: v2.0.0~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4239b136ab58491974069b2d3ae07ae5d868f8d;p=thirdparty%2Fxfsprogs-dev.git change the so_dot_version mode back to 644 --- diff --git a/include/builddefs.in b/include/builddefs.in index acb022328..2ee88003e 100644 --- a/include/builddefs.in +++ b/include/builddefs.in @@ -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