|
|
@@ -89,6 +89,7 @@ install: |
|
|
|
# Create directories |
|
|
|
install -d $(DESTDIR)$(PREFIX)/bin/ |
|
|
|
install -d $(DESTDIR)$(PREFIX)/share/applications/ |
|
|
|
install -d $(DESTDIR)$(PREFIX)/share/autostart/ |
|
|
|
install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/ |
|
|
|
install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps/ |
|
|
|
install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/ |
|
|
@@ -119,7 +120,8 @@ install: |
|
|
|
$(DESTDIR)$(PREFIX)/bin/ |
|
|
|
|
|
|
|
# Install desktop files |
|
|
|
install -m 644 data/*.desktop $(DESTDIR)$(PREFIX)/share/applications/ |
|
|
|
install -m 644 data/*.desktop $(DESTDIR)$(PREFIX)/share/applications/ |
|
|
|
install -m 644 data/autostart/*.desktop $(DESTDIR)$(PREFIX)/share/autostart/ |
|
|
|
|
|
|
|
# Install icons, 16x16 |
|
|
|
install -m 644 resources/16x16/cadence.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/ |
|
|
|