[31681] trunk/base/portmgr/dmg/postflight

jmpp at macports.org jmpp at macports.org
Sun Dec 2 17:58:00 PST 2007


Revision: 31681
          http://trac.macosforge.org/projects/macports/changeset/31681
Author:   jmpp at 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"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/7cce8ddb/attachment.html


More information about the macports-changes mailing list