sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 6ca2a046f8f680131046fc152031a899db4182d2
parent 835020b4bf3279c9bfccd45202699f37508b062f
Author: sin <sin@2f30.org>
Date:   Mon, 15 Feb 2016 09:44:27 +0000

Fix uninstall target

The installed tool is called install not xinstall.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -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