From 5279ac8e6d90731a829eeb5cd5aedc9d162781c5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 30 Sep 2016 13:33:46 +0200 Subject: Makefile: fix uninstall rule: uninstall license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 255fc3c..8db7678 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,8 @@ install: bin/pdeath uninstall: -rm -- "$(DESTDIR)$(BINDIR)/$(COMMAND)" -rm -- "$(DESTDIR)$(MAN1DIR)/$(COMMAND).1" + -rm -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)/LICENSE" + -rmdir -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)" clean: -rm -rf bin -- cgit v1.2.3-70-g09d2