[142813] trunk/dports/sysutils/binplist/Portfile

Ryan Schmidt ryandesign at macports.org
Mon Dec 21 18:05:54 PST 2015


> On Dec 12, 2015, at 9:20 AM, khindenburg at macports.org wrote:
> 
> Revision
> 142813
> Author
> khindenburg at macports.org
> Date
> 2015-11-23 19:20:34 -0800 (Mon, 23 Nov 2015)
> Log Message
> 
> binplist: update to 0.1.5; move to github; make script executable
> Modified Paths
> 
> 	• trunk/dports/sysutils/binplist/Portfile

> +pre-destroot {
> +    system -W ${worksrcpath} "chmod +x scripts/plist.py"
> +}

This appears not to be needed: Even without this, the script gets installed with the execute bit.

If you needed to set the execute bit, you should use "file attributes -permissions" to do so, rather than using system to call chmod.




More information about the macports-dev mailing list