From cc25c063fda86359358163877557931744106db8 Mon Sep 17 00:00:00 2001 From: Max Froumentin Date: Wed, 1 Mar 2017 18:04:21 +0000 Subject: Avoid deleting / IMPORTERS_DIR isn't defined and DESTDIR is empty, so this line would delete / --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da01f52..c3ad5b1 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,7 @@ install: uninstall: @rm -vrf \ "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" \ - "$(DESTDIR)$(IMPORTERS_DIR)/" \ - "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" \ + "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" test: make -C tests -- cgit v1.2.3