Added description in README about pre- and posttest functions.
This commit is contained in:
parent
529df8f58f
commit
b68a098079
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -83,9 +83,9 @@ src_unpack extract $SRC_POOL/${A} into $WORKDIR
|
|||
src_prepare prepare extracted sources
|
||||
src_configure configure
|
||||
src_build make
|
||||
src_pretest
|
||||
src_pretest tests to be performed before installation
|
||||
src_install make install
|
||||
src_posttest
|
||||
src_posttest tests to be done after installation
|
||||
|
||||
|
||||
The following helper functions can be used
|
||||
|
|
Loading…
Reference in a new issue