about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-04-01 12:26:46 +0000
committerShea Levy <shea@shealevy.com>2011-04-01 12:26:46 +0000
commitf143784ae1e661e3d318b45ca555295e79a04438 (patch)
tree96da761e4f8c85fc49776ba3bf9609f43487422c /doc
parent2b3d751095e2e4e7806c603e49d905755063888d (diff)
The configurePhase runs ./configure, not the unpackPhase
svn path=/nixpkgs/trunk/; revision=26655
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 7e04cf20fe75d..9c3a804a360d3 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -470,7 +470,7 @@ Additional file types can be supported by setting the
 <section><title>The configure phase</title>
 
 <para>The configure phase prepares the source tree for building.  The
-default <function>unpackPhase</function> runs
+default <function>configurePhase</function> runs
 <filename>./configure</filename> (typically an Autoconf-generated
 script) if it exists.</para>