Browse Source

Fix last commit

tags/v0.9.0
falkTX 10 years ago
parent
commit
613163bf87
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -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


Loading…
Cancel
Save