diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |