Revision: 68282 http://trac.macports.org/changeset/68282 Author: jmr@macports.org Date: 2010-05-30 18:38:51 -0700 (Sun, 30 May 2010) Log Message: ----------- merge r68281 from trunk: log a message when copying config files in postflight Revision Links: -------------- http://trac.macports.org/changeset/68281 Modified Paths: -------------- branches/release_1_9/base/portmgr/dmg/postflight Modified: branches/release_1_9/base/portmgr/dmg/postflight =================================================================== --- branches/release_1_9/base/portmgr/dmg/postflight 2010-05-31 01:33:59 UTC (rev 68281) +++ branches/release_1_9/base/portmgr/dmg/postflight 2010-05-31 01:38:51 UTC (rev 68282) @@ -55,6 +55,7 @@ function setup_configs { for f in macports.conf sources.conf variants.conf ; do if [ ! -f ${CONFIGPATH}/${f} ]; then + echo "Copying ${f}.default to ${f}" /bin/cp ${CONFIGPATH}/${f}.default ${CONFIGPATH}/${f} /bin/chmod 644 ${CONFIGPATH}/${f} fi
participants (1)
-
jmr@macports.org