[hackers] [sbase] Fix uninstall target || sin
commit 6ca2a046f8f680131046fc152031a899db4182d2
Author: sin <sin_AT_2f30.org>
AuthorDate: Mon Feb 15 09:44:27 2016 +0000
Commit: sin <sin_AT_2f30.org>
CommitDate: Mon Feb 15 09:44:27 2016 +0000
Fix uninstall target
The installed tool is called install not xinstall.
diff --git a/Makefile b/Makefile
index 9f473dd..19501a4 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -206,7 +206,7 @@ install: all
mv -f $(DESTDIR)$(MANPREFIX)/man1/xinstall.1 $(DESTDIR)$(MANPREFIX)/man1/install.1
uninstall:
- cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [ xinstall
+ cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [ install
cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN)
dist: clean
Received on Mon Feb 15 2016 - 10:44:49 CET
This archive was generated by hypermail 2.3.0
: Mon Feb 15 2016 - 10:48:27 CET