Browse Source

make sure wrapper script is executable

sisyphus
Dustin Falgout 9 years ago
parent
commit
08706ec9b5
  1. 3
      data/Makefile.am

3
data/Makefile.am

@ -14,5 +14,8 @@ EXTRA_DIST = \
$(desktop_DATA) \
$(launcher_DATA)
dist-hook:
chmod a+x $(etcdir)/$(launcher_DATA)
DISTCLEANFILES = \
Makefile.in

Loading…
Cancel
Save