[PATCH app-rstart] The scripts in the commands subdir are missing execute permissions

Gaetan Nadon memsize at videotron.ca
Wed Aug 21 10:50:42 PDT 2013


These were treated as _DATA and installed with -m 644 option on the
/usr/bin/install program.

Use _SCRIPTS Automake constructs for scripts.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 commands/Makefile.am |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/commands/Makefile.am b/commands/Makefile.am
index 9bdd4e5..7b97d02 100644
--- a/commands/Makefile.am
+++ b/commands/Makefile.am
@@ -1,11 +1,14 @@
 
 commandsdir = $(rstartdir)/commands
-nobase_dist_commands_DATA =	\
+
+nobase_dist_commands_DATA = 	\
+	@List			\
+	x11r6/@List
+
+nobase_dist_commands_SCRIPTS =	\
 	ListContexts		\
 	x11r6/Terminal		\
 	x11r6/LoadMonitor	\
-	x11r6/@List		\
-	@List			\
 	ListGenericCommands
 
 install-data-hook:
-- 
1.7.9.5



More information about the xorg-devel mailing list