On 03/02/13 14:37, Allan McRae wrote:
Signed-off-by: Allan McRae <allan@archlinux.org> --- test/pacman/README | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/test/pacman/README b/test/pacman/README index e563379..ccf0d7f 100644 --- a/test/pacman/README +++ b/test/pacman/README @@ -55,14 +55,6 @@ Installation Simply extract the pactest tarball, jump into the newly created directory and run pactest.py. See the usage section below.
In fact, this entire "Installation" section is not needed as the pactest suite is no longer separately distributed. Updated patch on my working branch.
-Remark: pacman 3.x restrictions regarding fakeroot must be disabled. -It can be done by configuring pacman with the --disable-fakeroot flag: - ./configure --disable-fakeroot - -For pacman 2.9.x releases, apply the patch found in the patches directory, -then export CFLAGS as following before rebuilding pacman: - export CFLAGS=-DNOFAKEROOT -
Usage =====