From 8f2a85027b496451c5934eb36fcdffbd5e5da177 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 28 Feb 2014 23:04:54 -0800 Subject: [PATCH 1/1] 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 +- micropeak/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 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 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) -- 2.30.2