You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user