New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79584


Ignore:
Timestamp:
06/19/11 05:07:53 (4 years ago)
Author:
jmr@…
Message:

add pubkeys.conf to files created by postflight

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/portmgr/dmg/postflight

    r79025 r79584  
    5656# Create config files from defaults if not present 
    5757function setup_configs { 
    58     for f in macports.conf sources.conf variants.conf ; do 
     58    for f in macports.conf pubkeys.conf sources.conf variants.conf ; do 
    5959        if [ ! -f ${CONFIGPATH}/${f} ]; then 
    6060            echo "Copying ${f}.default to ${f}" 
Note: See TracChangeset for help on using the changeset viewer.