diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-01 11:18:03 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-01 11:18:03 +0000 |
commit | 8664861b1a575bcf859a90c6fea2b05a1187f1f0 (patch) | |
tree | 33a19b5745c1e5e7cbfa4a5ab2c30f6971177e74 /games/linux-ut2003-demo/Makefile | |
parent | 30de4c11b252c73c33417ac534886e9651b233f1 (diff) | |
download | ports-8664861b1a575bcf859a90c6fea2b05a1187f1f0.tar.gz ports-8664861b1a575bcf859a90c6fea2b05a1187f1f0.zip |
Notes
Diffstat (limited to 'games/linux-ut2003-demo/Makefile')
-rw-r--r-- | games/linux-ut2003-demo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-ut2003-demo/Makefile b/games/linux-ut2003-demo/Makefile index 8f1acfa4ff91..e34fa561afe4 100644 --- a/games/linux-ut2003-demo/Makefile +++ b/games/linux-ut2003-demo/Makefile @@ -60,7 +60,7 @@ do-install: ${FIND} ${LIBDIRS} -type d ! -empty -exec \ ${MKDIR} "${STAGEDIR}${UTDIR}/{}" \; && \ ${FIND} ${LIBDIRS} -type f -exec \ - ${INSTALL_DATA} "{}" "${STAGEDIR}${UTDIR}/{}" \; + ${INSTALL_DATA} {} "${STAGEDIR}${UTDIR}/{}" \; ${CHMOD} ${BINMODE} ${STAGEDIR}${UTDIR}/Benchmark/*.sh ${STAGEDIR}${UTDIR}/System/*-bin ${CHMOD} ${LIBMODE} ${STAGEDIR}${UTDIR}/System/*.so* @${MKDIR} ${STAGEDIR}${DATADIR} |