From b68a098079e09f723b9fbb34fb55c4e47b83b798 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Fri, 19 Aug 2011 08:05:35 +0000 Subject: [PATCH] Added description in README about pre- and posttest functions. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index bd64c69..fa7cbfe 100644 --- a/README +++ b/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