xfstests: install shared libs with +x bits
[xfstests-dev.git] / include / buildmacros
index 5eb24f2e75f9b967657ac3bd9ab3ea9ed55bab3d..b80b534ca607865e44a497c167616483d101ac22 100644 (file)
@@ -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