diff options
author | John C. Vernaleo <jcv@conformal.com> | 2013-06-14 14:31:16 -0400 |
---|---|---|
committer | John C. Vernaleo <jcv@conformal.com> | 2013-06-14 14:31:16 -0400 |
commit | 9447a3c39163f67ca6517eb6e5864e63954af46c (patch) | |
tree | 1df74481105ec347bd0d75d908dd99967e178267 /linux | |
parent | c04753678cfb43281494484f901821ce61d895eb (diff) | |
download | xombrero-9447a3c39163f67ca6517eb6e5864e63954af46c.tar.gz |
Make Linux and OSX Makefiles a little more internally consistant.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |