From d559a8afd3e8289aa61779523b6594fa82f32310 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 9 Mar 1999 16:53:52 +0000 Subject: [PATCH] Work around failing --prefix ... CVS patchset: 2865 CVS date: 1999/03/09 16:53:52 --- tests/hello-test/i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hello-test/i b/tests/hello-test/i index f91a5c6..774e3f3 100755 --- a/tests/hello-test/i +++ b/tests/hello-test/i @@ -8,7 +8,7 @@ destdir="`dirname $destdir`" # ../../rpm --rcfile ../../tests//usr/lib/rpm/rpmrc -i -vv --nodeps --prefix=/home/devel/jbj/src/rpm/tests/hello-test/../usr ../usr/src/redhat/RPMS/sparc/hello-1.0-1.sparc.rpm # -$rpm -i -vv --nodeps --prefix="`pwd`/../usr" $myrpm | \ +$rpm -i -vv --nodeps --relocate /usr="`pwd`/../usr" $myrpm | \ sed -e "s,$destdir,,g" > $0.out diff $0.out $0.exp || exit 1 -- 2.7.4