add pubkeys.conf to files created by postflight

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@79584 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Joshua Root
2011-06-19 12:07:53 +00:00
parent bc6eaac291
commit 650e0d0f4f
+1 -1
View File
@@ -55,7 +55,7 @@ OUR_STRING="MacPorts Installer addition on ${TIMESTAMP}"
# 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}