From: Keith Packard Date: Sat, 1 Mar 2014 07:04:54 +0000 (-0800) Subject: Install .desktopfile as _SCRIPTS so they are left executable X-Git-Tag: 1.3.2.2~171 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=8f2a85027b496451c5934eb36fcdffbd5e5da177;ds=sidebyside Install .desktopfile as _SCRIPTS so they are left executable .desktop files should be marked executable so that the desktop environment knows they are correct. Signed-off-by: Keith Packard --- diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 4e527bda..7829a24c 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -105,7 +105,7 @@ LIBALTOS= \ desktopdir = $(datadir)/applications desktop_file = altos.desktop -desktop_DATA = $(desktop_file) +desktop_SCRIPTS = $(desktop_file) JAR=altosui.jar diff --git a/micropeak/Makefile.am b/micropeak/Makefile.am index d74f423a..f6f0bdb2 100644 --- a/micropeak/Makefile.am +++ b/micropeak/Makefile.am @@ -75,7 +75,7 @@ WINDOWS_ICON=$(ICONDIR)/micro-peak.ico desktopdir = $(datadir)/applications desktop_file = micropeak.desktop -desktop_DATA = $(desktop_file) +desktop_SCRIPTS = $(desktop_file) all-local: micropeak-test micropeak-jdb $(JAR)