On 27 jun 2012, at 13:55, Stephane Sudre wrote:
. either you write a script to look for the "no" string and replace it with "yes" or you edit the .dist XML file with some command line tools (which I don't know) that lets you parse/modify a XML file.
No need for a full XML parser to modify a simple string. Try: perl -p -i -e 's/allow-external-scripts="no"/allow-external-scripts="yes"/' distribution.dist -- Per Olofsson, IT-service, University of Gothenburg _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com