[PATCH app-rstart] The scripts in the commands subdir are missing execute permissions
Julien Cristau
jcristau at debian.org
Wed Aug 21 00:20:18 PDT 2013
On Tue, Aug 20, 2013 at 20:54:37 -0400, Gaetan Nadon wrote:
> 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(-)
>
Thanks for the quick reply.
> 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 \
I think x11r6/@List should also be in _DATA.
> - @List \
> ListGenericCommands
>
> install-data-hook:
Cheers,
Julien
More information about the xorg-devel
mailing list