Changes between Version 22 and Version 23 of ProblemHotlist


Ignore:
Timestamp:
Jul 4, 2008, 2:56:41 AM (16 years ago)
Author:
raimue (Rainer Müller)
Comment:

Remove tinyurl in favor of the real URL

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v22 v23  
    9494After a fresh installation of MacPorts 1.6.0, the `.profile` is not set up as it should be, with the consequence that the shell says the `port` command is not found when you try to use it. This is [ticket:13742 a bug in the 1.6.0 installer]. It will be fixed in the next release of MacPorts.
    9595
    96 To work around the problem, run the postflight script manually, like this:
     96To work around the problem, download the postflight script and run it manually, like this:
    9797
    9898{{{
    99 
    100 curl -Lo postflight http://tinyurl.com/2qqbth && bash postflight
     99$ curl -O http://svn.macports.org/repository/macports/branches/release_1_6/base/portmgr/dmg/postflight && bash postflight
    101100}}}
    102 
    103 (The TinyURL points to [browser:branches/release_1_6/base/portmgr/dmg/postflight this file])
    104101
    105102You could also set up your `.profile` manually, as [http://guide.macports.org/#installing.shell explained in the Guide].