Fix uninstall target

The installed tool is called install not xinstall.
This commit is contained in:
sin 2016-02-15 09:44:27 +00:00
parent 835020b4bf
commit 6ca2a046f8
1 changed files with 1 additions and 1 deletions

View File

@ -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