Added description in README about pre- and posttest functions.

This commit is contained in:
Christoph Niethammer 2011-08-19 08:05:35 +00:00
parent 529df8f58f
commit b68a098079

4
README
View file

@ -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