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:
parent
7e79a1267e
commit
3cfcc9035b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414948
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user