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 <[email protected]>
> ---
>  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
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to