From 8f2a85027b496451c5934eb36fcdffbd5e5da177 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 28 Feb 2014 23:04:54 -0800 Subject: 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 --- altosui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'altosui') 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 -- cgit v1.2.3