[hackers] [sbase] [patch] remove install.1 on make uninstall

From: parazyd <parazyd_AT_dyne.org>
Date: Wed, 26 Oct 2016 14:51:55 +0200

Just a minor fix since xinstall.1 is installed as install.1

---
diff --git a/Makefile b/Makefile
index 25bab70..1b63eaa 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -222,7 +222,7 @@ install: all
 uninstall:
        cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [ install
-       cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN)
+       cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN) install.1
 dist: clean
        mkdir -p sbase-$(VERSION)
-- 
~ parazyd
GPG: 0333 7671 FDE7 5BB6 A85E  C91F B876 CB44 FA1B 0274

Received on Wed Oct 26 2016 - 14:51:55 CEST

This archive was generated by hypermail 2.3.0 : Wed Oct 26 2016 - 15:00:18 CEST