commit b7e214b7d84216c7202dac31b20350fc0f6a6083 parent 519915731c42e103f10eb15c0de61f4ec13422a1 Author: mcol <mcol@posteo.net> Date: Mon, 20 Apr 2020 12:44:39 +0100 update program name in makefile install Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -14,7 +14,7 @@ clean: install: mkdir -p "$(DESTDIR)$(BINPREFIX)" - cp -pf xinf "$(DESTDIR)$(BINPREFIX)" + cp -pf "$(OUT)" "$(DESTDIR)$(BINPREFIX)" uninstall: rm -f "$(DESTDIR)$(BINPREFIX)"/xoop