Makefile: fix desktop file install path
This commit is contained in:
parent
6836e48502
commit
8ec23ac39b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,6 +33,6 @@ install: all
|
|||
install -Dm755 "src/mobile-config-firefox.sh" \
|
||||
"$(DESTDIR)/usr/bin/mobile-config-firefox"
|
||||
install -Dm644 "src/mobile-config-firefox.desktop" \
|
||||
"$(DESTDIR)/usr/mobile-config/applications/org.mozilla.firefox.desktop"
|
||||
"$(DESTDIR)/usr/mobile-config/share/applications/org.mozilla.firefox.desktop"
|
||||
|
||||
.PHONY: all clean install
|
||||
|
|
Loading…
Reference in a new issue