summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-08-20 20:26:46 -0400
committerGaetan Nadon <memsize@videotron.ca>2013-08-22 16:38:31 -0400
commit90600351e9f379b98ffac1b10cbf47b9787d1dc1 (patch)
tree794327f71dd8ad21cef06285b9f03397153f823b
parent5f8db7ff3cac1e635c92916dfab349416aeb58b8 (diff)
The scripts in the commands subdir are missing execute permissions
These were treated as _DATA and installed with -m 644 option on the /usr/bin/install program. Use _SCRIPTS Automake constructs for scripts. Reviewed-by: Julien Cristau <jcristau@debian.org> Tested-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--commands/Makefile.am9
1 files 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: