From 613163bf87e349f54f598bb8d6bf4827e1c7ded7 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 17 Jul 2014 12:33:02 +0100 Subject: [PATCH] Fix last commit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0632935..5763657 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ debug: install: # Create directories - install -d $(DESTDIR)/etc/xdg/ + install -d $(DESTDIR)/etc/xdg/autostart/ install -d $(DESTDIR)$(PREFIX)/bin/ install -d $(DESTDIR)$(PREFIX)/share/applications/ install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/ @@ -118,7 +118,7 @@ install: $(DESTDIR)$(PREFIX)/bin/ # Install desktop files - install -m 644 data/autostart/*.desktop $(DESTDIR)/etc/xdg/ + install -m 644 data/autostart/*.desktop $(DESTDIR)/etc/xdg/autostart/ install -m 644 data/*.desktop $(DESTDIR)$(PREFIX)/share/applications/ # Install icons, 16x16