[31681] trunk/base/portmgr/dmg/postflight
Revision: 31681 http://trac.macosforge.org/projects/macports/changeset/31681 Author: jmpp@macports.org Date: 2007-12-02 17:57:53 -0800 (Sun, 02 Dec 2007) Log Message: ----------- Cosmetic only changes to the postflight script. Modified Paths: -------------- trunk/base/portmgr/dmg/postflight Modified: trunk/base/portmgr/dmg/postflight =================================================================== --- trunk/base/portmgr/dmg/postflight 2007-12-03 00:24:31 UTC (rev 31680) +++ trunk/base/portmgr/dmg/postflight 2007-12-03 01:57:53 UTC (rev 31681) @@ -75,19 +75,18 @@ esac fi -export PATH=$BINPATH:$PATH -# run selfupdate - -echo -e "\nSelfupdating The MacPorts system ...\n" - +# Run selfupdate: +export PATH=$BINPATH:$PATH +echo -e "\nSelfupdating The MacPorts system...\n" port -d selfupdate if [ $? != 0 ]; then echo "An attempt to synchronize your recent MacPorts installation with the rsync server failed, please run 'port -d selfupdate' manually to find out the cause of the error." exit 1 fi + # Postflight script is done with its job! echo -e "\nYou have succesfully installed the MacPorts system.\n" -echo "Launch a terminal and try it out !!" +echo "Launch a terminal and try it out!" echo -e "Read the port manual page for help.\n"
participants (1)
-
jmpp@macports.org