Blob Blame History Raw
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Sat, 12 Jun 2010 14:14:52 +0400
Subject: [PATCH] Install *.so objects with 0755 permissions

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

diff --git a/Makefile.in b/Makefile.in
index 018ccd7..58d3486 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -156,7 +156,7 @@ install: all
 	#
 	# Binary system libraries
 	$(INSTALL) -d $(SODIR)
-	$(INSTALL) -m 644 $(DLLs) $(SODIR)
+	$(INSTALL) -m 755 $(DLLs) $(SODIR)
 	#
 	# Translated strings
 	$(INSTALL) -d $(MSGSDIR)