commit f2ab467ab4fa1ab2aa7da6f14ee41cdc54860c24 parent d004c558ac49fc82c90a31f20308d01cd87c7ce0 Author: mcol <mcol@posteo.net> Date: Mon, 20 Apr 2020 13:04:22 +0100 fix uninstall path Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -17,7 +17,7 @@ install: cp -pf "$(OUT)" "$(DESTDIR)$(BINPREFIX)" uninstall: - rm -f "$(DESTDIR)$(BINPREFIX)"/xoop + rm -f "$(DESTDIR)$(BINPREFIX)/$(OUT)" .PHONY: all debug clean install uninstall