diff options
author | Keith Packard <keithp@keithp.com> | 2014-02-16 18:01:10 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-02-16 18:01:10 -0800 |
commit | a3ddb5906167e445f937b16fafb7f5c537852f0a (patch) | |
tree | 50d9d6ed99b95fa21bc16c6655f8df6382ce9775 | |
parent | c860d837a0c97a091c5f47fce91bdb8beb4602d3 (diff) |
Mark .desktop files as executable
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosui/Makefile.am | 1 | ||||
-rw-r--r-- | micropeak/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 03c1cfc9..4e527bda 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -204,6 +204,7 @@ EXTRA_DIST = $(desktop_file).in $(desktop_file): $(desktop_file).in sed -e 's#%bindir%#@bindir@#' -e 's#%icondir%#$(datadir)/icons/hicolor/scalable/apps#' ${srcdir}/altos.desktop.in > $@ + chmod +x $@ if FATINSTALL diff --git a/micropeak/Makefile.am b/micropeak/Makefile.am index 519fa8cf..d74f423a 100644 --- a/micropeak/Makefile.am +++ b/micropeak/Makefile.am @@ -92,6 +92,7 @@ EXTRA_DIST = $(desktop_file).in $(desktop_file): $(desktop_file).in sed -e 's#%bindir%#@bindir@#' -e 's#%icondir%#$(datadir)/icons/hicolor/scalable/apps#' ${srcdir}/micropeak.desktop.in > $@ + chmod +x $@ LINUX_DIST=MicroPeak-Linux-$(VERSION).tar.bz2 LINUX_SH=MicroPeak-Linux-$(VERSION).sh |