Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2016 17:11:02 +0000 (UTC)
From:      Stefan Esser <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414948 - head/emulators/playonbsd
Message-ID:  <201605101711.u4AHB2nc098270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605101711.u4AHB2nc098270>