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