From 08706ec9b5985fb153927f565c938b631462d80a Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Fri, 30 Oct 2015 02:38:53 -0500 Subject: [PATCH] make sure wrapper script is executable --- data/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/Makefile.am b/data/Makefile.am index 9cf33a0..7ab54dd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -14,5 +14,8 @@ EXTRA_DIST = \ $(desktop_DATA) \ $(launcher_DATA) +dist-hook: + chmod a+x $(etcdir)/$(launcher_DATA) + DISTCLEANFILES = \ Makefile.in