[65219] trunk/base/portmgr/dmg/postflight
raimue at macports.org
raimue at macports.org
Tue Mar 23 17:08:24 PDT 2010
Revision: 65219
http://trac.macports.org/changeset/65219
Author: raimue at macports.org
Date: 2010-03-23 17:08:24 -0700 (Tue, 23 Mar 2010)
Log Message:
-----------
dmg/postflight: Make config files writable by user
Modified Paths:
--------------
trunk/base/portmgr/dmg/postflight
Modified: trunk/base/portmgr/dmg/postflight
===================================================================
--- trunk/base/portmgr/dmg/postflight 2010-03-23 23:41:07 UTC (rev 65218)
+++ trunk/base/portmgr/dmg/postflight 2010-03-24 00:08:24 UTC (rev 65219)
@@ -56,6 +56,7 @@
for f in macports.conf sources.conf variants.conf ; do
if [ ! -f ${CONFIGPATH}/${f} ]; then
/bin/cp ${CONFIGPATH}/${f}.default ${CONFIGPATH}/${f}
+ /bin/chmod 644 ${CONFIGPATH}/${f}
fi
done
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100323/65dad1e9/attachment.html>
More information about the macports-changes
mailing list