summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaran.mccreesh@googlemail.com>2008-09-11 19:33:58 +0100
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2008-09-11 19:33:58 +0100
commit2acaf9db7d93a7856ffffc28c3ef7cea2128a69d (patch)
treea619362ef089280421c37af9dddaba31315d9dad /ebuild-functions.tex
parentList EAPI 2 as documented (diff)
downloadpms-2acaf9db7d93a7856ffffc28c3ef7cea2128a69d.tar.gz
pms-2acaf9db7d93a7856ffffc28c3ef7cea2128a69d.tar.bz2
pms-2acaf9db7d93a7856ffffc28c3ef7cea2128a69d.zip
Clipboard error
Diffstat (limited to 'ebuild-functions.tex')
-rw-r--r--ebuild-functions.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 615e030..bc654ad 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -391,7 +391,7 @@ The call order for installing a package is:
\item \t{pkg\_setup}
\item \t{src\_unpack}
\item \t{src\_prepare} (only for EAPIs listed in table~\ref{src-prepare-table})
-\item \t{src\_configure} (only for EAPIs listed in table~\ref{src-prepare-table})
+\item \t{src\_configure} (only for EAPIs listed in table~\ref{src-configure-table})
\item \t{src\_compile}
\item \t{src\_test} (except if \t{RESTRICT=test})
\item \t{src\_install}
@@ -412,7 +412,7 @@ The call order for reinstalling a package is:
\item \t{pkg\_setup}
\item \t{src\_unpack}
\item \t{src\_prepare} (only for EAPIs listed in table~\ref{src-prepare-table})
-\item \t{src\_configure} (only for EAPIs listed in table~\ref{src-prepare-table})
+\item \t{src\_configure} (only for EAPIs listed in table~\ref{src-configure-table})
\item \t{src\_compile}
\item \t{src\_test} (except if \t{RESTRICT=test})
\item \t{src\_install}
@@ -428,7 +428,7 @@ The call order for upgrading or downgrading a package is:
\item \t{pkg\_setup}
\item \t{src\_unpack}
\item \t{src\_prepare} (only for EAPIs listed in table~\ref{src-prepare-table})
-\item \t{src\_configure} (only for EAPIs listed in table~\ref{src-prepare-table})
+\item \t{src\_configure} (only for EAPIs listed in table~\ref{src-configure-table})
\item \t{src\_compile}
\item \t{src\_test} (except if \t{RESTRICT=test})
\item \t{src\_install}