diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-06-05 02:28:26 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-06-05 02:28:26 +0000 |
commit | 81bfd81bd408a830bab0277df2848657c1efaa28 (patch) | |
tree | 1941b6dca6ce58a7d00dcc5f42649403a8864bfb | |
parent | 4d12f7fb8271adad21b1d0f8b77530071f7418d5 (diff) | |
download | portage-81bfd81bd408a830bab0277df2848657c1efaa28.tar.gz portage-81bfd81bd408a830bab0277df2848657c1efaa28.tar.bz2 portage-81bfd81bd408a830bab0277df2848657c1efaa28.zip |
Add ECONF_SOURCE to the econf docs.
svn path=/main/trunk/; revision=6733
-rw-r--r-- | man/ebuild.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 892824bc1..006204387 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -583,7 +583,7 @@ directory. The function will append \fIsource\fR to the \fBDISTDIR\fR variable. \fBeconf\fR \fI[configure options]\fR This is used as a replacement for configure. Performs: .nf -configure \\ +${\fIECONF_SOURCE\fR:-.}/configure \\ \-\-prefix=/usr \\ \-\-host=${CHOST} \\ \-\-mandir=/usr/share/man \\ |