From eedb372b7c6ef99ccc19f622d534020e3386b402 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 27 Nov 2015 13:22:21 +0100 Subject: fix makefile 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, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d85024..74e529d 100644 --- a/Makefile +++ b/Makefile @@ -184,7 +184,7 @@ uninstall: -rm -- "$(DESTDIR)$(DATADIR)/zsh/site-functions/_$(COMMAND)" -rm -- "$(DESTDIR)$(DATADIR)/misc/$(PKGNAME).blacklist" -rmdir -- "$(DESTDIR)$(DATADIR)/misc" - -rm -- "$(DESTDIR)$(MAN1)/$(COMMAND).1" + -rm -- "$(DESTDIR)$(MAN1DIR)/$(COMMAND).1" -- cgit v1.2.3-70-g09d2