commit aded9028919a819407ec633473d320e689f2fdb9
parent 123f784ccc9138ce09176cdc2d3eae23af454941
Author: parazyd <parazyd@dyne.org>
Date: Tue, 27 Dec 2016 13:29:15 +0100
remove install.1 on make uninstall
Just a minor fix since xinstall.1 is installed as install.1.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -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)