svn commit: r414948 - head/emulators/playonbsd
Stefan Esser
se at FreeBSD.org
Tue May 10 17:11:03 UTC 2016
Author: se
Date: Tue May 10 17:11:02 2016
New Revision: 414948
URL: https://svnweb.freebsd.org/changeset/ports/414948
Log:
In order to make desktop shortcuts work, the playonfreebsd script must be
executable.
PR: 209418
Submitted by: iluxa (at) ex.ua
Approved by: antoine (mentor, implicit)
Modified:
head/emulators/playonbsd/Makefile
Modified: head/emulators/playonbsd/Makefile
==============================================================================
--- head/emulators/playonbsd/Makefile Tue May 10 17:05:33 2016 (r414947)
+++ head/emulators/playonbsd/Makefile Tue May 10 17:11:02 2016 (r414948)
@@ -53,6 +53,7 @@ post-patch:
do-install:
cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/lib/playonbsd/ "-perm -0100 ! -name *.orig"
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/playonbsd/ "! -perm 0100 ! -name *.orig"
+ ${CHMOD} a+x ${STAGEDIR}${PREFIX}/lib/playonbsd/playonfreebsd
${INSTALL_SCRIPT} ${WRKDIR}/playonbsd.sh ${STAGEDIR}${PREFIX}/bin/playonbsd
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list