summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/buildmacros2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/buildmacros b/include/buildmacros
index 5eb24f2e..b80b534c 100644
--- a/include/buildmacros
+++ b/include/buildmacros
@@ -54,7 +54,7 @@ ifeq ($(ENABLE_SHARED),yes)
INSTALL_LTLIB = \
cd $(TOPDIR)/$(LIBNAME)/.libs; \
../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
- ../$(INSTALL) -m 644 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
+ ../$(INSTALL) -m 755 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
../$(INSTALL) -T so_dot_current $(LIBNAME).lai $(PKG_LIB_DIR)
endif