[79584] trunk/base/portmgr/dmg/postflight
jmr at macports.org
jmr at macports.org
Sun Jun 19 05:07:55 PDT 2011
Revision: 79584
http://trac.macports.org/changeset/79584
Author: jmr at macports.org
Date: 2011-06-19 05:07:53 -0700 (Sun, 19 Jun 2011)
Log Message:
-----------
add pubkeys.conf to files created by postflight
Modified Paths:
--------------
trunk/base/portmgr/dmg/postflight
Modified: trunk/base/portmgr/dmg/postflight
===================================================================
--- trunk/base/portmgr/dmg/postflight 2011-06-19 11:56:19 UTC (rev 79583)
+++ trunk/base/portmgr/dmg/postflight 2011-06-19 12:07:53 UTC (rev 79584)
@@ -55,7 +55,7 @@
# Create config files from defaults if not present
function setup_configs {
- for f in macports.conf sources.conf variants.conf ; do
+ for f in macports.conf pubkeys.conf sources.conf variants.conf ; do
if [ ! -f ${CONFIGPATH}/${f} ]; then
echo "Copying ${f}.default to ${f}"
/bin/cp ${CONFIGPATH}/${f}.default ${CONFIGPATH}/${f}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110619/1e737b4a/attachment.html>
More information about the macports-changes
mailing list