diff options
author | Keith Packard <keithp@keithp.com> | 2014-02-28 23:04:54 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-02-28 23:04:54 -0800 |
commit | 8f2a85027b496451c5934eb36fcdffbd5e5da177 (patch) | |
tree | 1bcec1de2b1eba8106a545c65b7f740f1f3ee027 /micropeak | |
parent | a072cbb137126e677d3ebbf0245ec4ea5aa481ad (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 'micropeak')
-rw-r--r-- | micropeak/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |