summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-06-11 09:35:36 +0000
committerTimo Graham <timograham@gmail.com>2011-06-11 09:35:36 +0000
commit1b51aa74b80d60ae3460e5fb29efbbdc3464c365 (patch)
tree46d03982620401b89efe96f186f3d219af7c2ac2
parenta5b44ed873e4a12eb958033859a52af43f691f85 (diff)
[1.3.X] Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PATH in GIS documentation; thanks adam for the report.
Backport of r16364 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/ref/contrib/gis/install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install.txt b/docs/ref/contrib/gis/install.txt
index 82df82793c..3c2dcdc333 100644
--- a/docs/ref/contrib/gis/install.txt
+++ b/docs/ref/contrib/gis/install.txt
@@ -904,10 +904,10 @@ Summary::
export PATH=/opt/local/bin:/opt/local/lib/postgresql83/bin
- In addition, add the ``FALLBACK_DYLD_LIBRARY_PATH`` setting so that
+ In addition, add the ``DYLD_FALLBACK_LIBRARY_PATH`` setting so that
the libraries can be found by Python::
- export FALLBACK_DYLD_LIBRARY_PATH=/opt/local/lib:/opt/local/lib/postgresql83
+ export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:/opt/local/lib/postgresql83
__ http://www.macports.org/