X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/afb88e8b007ab38767637b6d09545fe3ac952900..9537a20c2976c1a12380c91609eb8d383ef2c52e:/Recipe diff --git a/Recipe b/Recipe index d8b4eb6..425f419 100644 --- a/Recipe +++ b/Recipe @@ -177,7 +177,7 @@ version2.def: FORCE !begin gtk install: for i in $(GAMES); do \ - $(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i \ + $(INSTALL_PROGRAM) -m 755 $(BINPREFIX)$$i $(DESTDIR)$(gamesdir)/$(BINPREFIX)$$i \ || exit 1; \ done !end