Install .desktopfile as _SCRIPTS so they are left executable
authorKeith Packard <keithp@keithp.com>
Sat, 1 Mar 2014 07:04:54 +0000 (23:04 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 1 Mar 2014 07:04:54 +0000 (23:04 -0800)
.desktop files should be marked executable so that the desktop
environment knows they are correct.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/Makefile.am
micropeak/Makefile.am

index 4e527bda74d0ed36efc555928bff999958716e9e..7829a24c3befb2062686bc6531db867c848a8716 100644 (file)
@@ -105,7 +105,7 @@ LIBALTOS= \
 
 desktopdir = $(datadir)/applications
 desktop_file = altos.desktop
 
 desktopdir = $(datadir)/applications
 desktop_file = altos.desktop
-desktop_DATA = $(desktop_file)
+desktop_SCRIPTS = $(desktop_file)
 
 JAR=altosui.jar
 
 
 JAR=altosui.jar
 
index d74f423a00c18278fe2dd507242293cad7ed1381..f6f0bdb2f73a7142df1a5cdfcad20e160c3d795e 100644 (file)
@@ -75,7 +75,7 @@ WINDOWS_ICON=$(ICONDIR)/micro-peak.ico
 
 desktopdir = $(datadir)/applications
 desktop_file = micropeak.desktop
 
 desktopdir = $(datadir)/applications
 desktop_file = micropeak.desktop
-desktop_DATA = $(desktop_file)
+desktop_SCRIPTS = $(desktop_file)
 
 all-local: micropeak-test micropeak-jdb $(JAR)
 
 
 all-local: micropeak-test micropeak-jdb $(JAR)