From 99f8b3764000e7216a02166e3c2bd22a00ae0ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 20 Nov 2012 23:21:50 +0000 Subject: [PATCH] Fix paths. The CVS is fixed now, at least everything builds fine. --- app-emulation/pearpc/pearpc-0.5.0-cvs.bep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/pearpc/pearpc-0.5.0-cvs.bep b/app-emulation/pearpc/pearpc-0.5.0-cvs.bep index a4dfdb23e..e8b8f682f 100644 --- a/app-emulation/pearpc/pearpc-0.5.0-cvs.bep +++ b/app-emulation/pearpc/pearpc-0.5.0-cvs.bep @@ -7,14 +7,14 @@ DEPEND="" #CHECKSUM_MD5="" BUILD { - cd pearpc + cd pearpc-0.5.0-cvs ./autogen.sh >/dev/null ./configure --prefix=`finddir B_COMMON_DIRECTORY` make } INSTALL { - cd pearpc + cd pearpc-0.5.0-cvs make install }