diff options
-rw-r--r-- | linux/Makefile | 2 | ||||
-rw-r--r-- | osx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile index 26e22b6..06b730d 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -83,7 +83,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 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 |