aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/_portage3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/_portage b/src/_portage
index ed2ade5..1c43ac4 100644
--- a/src/_portage
+++ b/src/_portage
@@ -11,7 +11,10 @@ _ebuild () {
'fetch[Fetch all necessary files]' \
'digest[Creates a digest file for the package]' \
'unpack[Extracts the sources to a subdirectory in the build directory]' \
+ 'prepare[Prepares the extracted sources by running the src_prepare()]' \
+ 'configure[Configures the extracted sources by running the src_configure()]' \
'compile[Compiles the extracted sources by running the src_compile()]' \
+ 'test[Runs package-specific test cases to verify that everything was built properly]' \
'preinst[Run specific actions that need to be done before installation]' \
'install[Installs the package to the temporary install directory]' \
'postinst[Run specific actions that need to be done after installation]' \