[31931] branches/release_1_6/base/portmgr/dmg/postflight

jmpp at macports.org jmpp at macports.org
Tue Dec 11 23:32:33 PST 2007


Revision: 31931
          http://trac.macosforge.org/projects/macports/changeset/31931
Author:   jmpp at macports.org
Date:     2007-12-11 23:32:32 -0800 (Tue, 11 Dec 2007)

Log Message:
-----------

MANPATH, not MAPNATH. Gotta love this type of bugs!

Modified Paths:
--------------
    branches/release_1_6/base/portmgr/dmg/postflight

Modified: branches/release_1_6/base/portmgr/dmg/postflight
===================================================================
--- branches/release_1_6/base/portmgr/dmg/postflight	2007-12-12 07:31:11 UTC (rev 31930)
+++ branches/release_1_6/base/portmgr/dmg/postflight	2007-12-12 07:32:32 UTC (rev 31931)
@@ -112,7 +112,7 @@
 # Adding out setting to the MANPATH variable only if it exists:
 if ! $SHELL $LOGIN_FLAG -c "/usr/bin/env | grep MANPATH" > /dev/null 2>&1 || \
 # and following that, if it's not empty:
-  [ -z "$ORIGINAL_MAPNATH" ] || \
+  [ -z "$ORIGINAL_MANPATH" ] || \
 # or if it doesn't already contain our path:
   echo "$ORIGINAL_MANPATH" | grep $MANPAGES > /dev/null 2>&1 || \
 # or if there's no empty component somewhere in the middle of it:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071211/04f12b67/attachment.html


More information about the macports-changes mailing list