aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-27 13:22:21 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-27 13:22:21 +0100
commiteedb372b7c6ef99ccc19f622d534020e3386b402 (patch)
tree5eac25a565ce6e8cd7b20281723d19d2058260f5
parentfix uninstall rule (diff)
downloadpasscheck-eedb372b7c6ef99ccc19f622d534020e3386b402.tar.gz
passcheck-eedb372b7c6ef99ccc19f622d534020e3386b402.tar.bz2
passcheck-eedb372b7c6ef99ccc19f622d534020e3386b402.tar.xz
fix makefile
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"