diff options
-rw-r--r-- | games/linux-steam/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/linux-steam/Makefile b/games/linux-steam/Makefile index d4b968cae7bf..a7e9ed05cfa9 100644 --- a/games/linux-steam/Makefile +++ b/games/linux-steam/Makefile @@ -36,7 +36,6 @@ do-build: @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} @${BRANDELF} -t Linux ${WRKDIR}/${DISTFILES} @${CHMOD} +x ${WRKDIR}/${DISTFILES} && cd ${WRKDIR} && ./${DISTFILES} - @${CAT} pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} do-install: @${MKDIR} ${PREFIX}/${INSTALLDIR} |