[hackers] [sbase] remove install.1 on make uninstall || parazyd
commit aded9028919a819407ec633473d320e689f2fdb9
Author: parazyd <parazyd_AT_dyne.org>
AuthorDate: Tue Dec 27 13:29:15 2016 +0100
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Tue Dec 27 13:30:08 2016 +0100
remove install.1 on make uninstall
Just a minor fix since xinstall.1 is installed as install.1.
diff --git a/Makefile b/Makefile
index a1d5353..9ec9990 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -223,7 +223,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)
Received on Tue Dec 27 2016 - 15:04:02 CET
This archive was generated by hypermail 2.3.0
: Tue Dec 27 2016 - 15:13:17 CET