aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roehrich <roehrich@sgi.com>2001-07-25 15:28:28 +0000
committerDean Roehrich <roehrich@sgi.com>2001-07-25 15:28:28 +0000
commit59ed3de391a0f0cf31245260eed5b94d2fdb1002 (patch)
treeb959f517982421bc3839446937f86a33fcd67559
parent311b140faae955c6e827275d65991370e4029c4d (diff)
downloaddmapi-dev-59ed3de391a0f0cf31245260eed5b94d2fdb1002.tar.gz
change the so_dot_version mode back to 644
-rw-r--r--include/builddefs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 612e022..7b32d65 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -126,7 +126,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