1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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)
This commit is contained in:
Stefan Eßer 2016-05-10 17:11:02 +00:00
parent 7e79a1267e
commit 3cfcc9035b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414948

View File

@ -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>