summaryrefslogtreecommitdiff
path: root/altosui
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-02-28 23:04:54 -0800
committerKeith Packard <keithp@keithp.com>2014-02-28 23:04:54 -0800
commit8f2a85027b496451c5934eb36fcdffbd5e5da177 (patch)
tree1bcec1de2b1eba8106a545c65b7f740f1f3ee027 /altosui
parenta072cbb137126e677d3ebbf0245ec4ea5aa481ad (diff)
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 <keithp@keithp.com>
Diffstat (limited to 'altosui')
-rw-r--r--altosui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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