From 4263e95ae080dee60844c861f674473f64e73f7e Mon Sep 17 00:00:00 2001 From: "Dmitrij D. Czarkoff" Date: Sat, 26 Dec 2015 12:17:09 +0100 Subject: Make "uninstall" target remove the same files "install" installs --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ca917af..244c384 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,6 @@ install: $(TARGET) install -D -m 0644 files/imv.desktop $(DESTDIR)$(DATAPREFIX)/applications/imv.desktop uninstall: - $(RM) $(DESTDIR)$(PREFIX)/bin/imv - $(RM) $(DESTDIR)$(PREFIX)/share/man/man1/imv.1 - $(RM) $(DESTDIR)$(PREFIX)/share/applications/imv.desktop + $(RM) $(DESTDIR)$(BINPREFIX)/imv + $(RM) $(DESTDIR)$(MANPREFIX)/man1/imv.1 + $(RM) $(DESTDIR)$(DATAPREFIX)/applications/imv.desktop -- cgit v1.2.3