[PATCH app-rstart] The scripts in the commands subdir are missing execute permissions
Gaetan Nadon
memsize at videotron.ca
Tue Aug 20 17:54:37 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 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/commands/Makefile.am b/commands/Makefile.am
index 9bdd4e5..84cafaf 100644
--- a/commands/Makefile.am
+++ b/commands/Makefile.am
@@ -1,11 +1,13 @@
commandsdir = $(rstartdir)/commands
-nobase_dist_commands_DATA = \
+
+nobase_dist_commands_DATA = @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