Commit b7e214b7d84216c7202dac31b20350fc0f6a6083 Parent: 519915731c42e103f10eb15c0de61f4ec13422a1 Author: mcol <mcol@posteo.net> Date: 2020-04-20 12:44:39 +0100 Committer: mcol <mcol@posteo.net> Committed: 2020-04-20 12:44:39 +0100 update program name in makefile install
makefile Modified
@@ -14,7 +14,7 @@ install: mkdir -p "$(DESTDIR)$(BINPREFIX)" - cp -pf xinf "$(DESTDIR)$(BINPREFIX)" + cp -pf "$(OUT)" "$(DESTDIR)$(BINPREFIX)" uninstall: rm -f "$(DESTDIR)$(BINPREFIX)"/xoop