Fix uninstall target
The installed tool is called install not xinstall.
This commit is contained in:
parent
835020b4bf
commit
6ca2a046f8
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user