diff options
Diffstat (limited to 'osx/Makefile')
-rw-r--r-- | osx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/Makefile b/osx/Makefile index 16912d3..ef823b4 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -70,7 +70,7 @@ install: all uninstall: rm -f $(DESTDIR)$(BINDIR)/xombrero rm -f $(DESTDIR)$(MANDIR)/man1/xombrero.1 - rm -f $(DESTDIR)$(PREFIX)/share/applications/xombrero.desktop + rm -f $(DESTDIR)$(APPDIR)/xombrero.desktop rm -f $(DESTDIR)$(RESDIR)/xombreroicon.png rm -f $(DESTDIR)$(RESDIR)/xombreroicon16.png rm -f $(DESTDIR)$(RESDIR)/xombreroicon32.png |