summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-08-30 07:40:28 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-08-30 07:40:28 +0200
commit0916396cd3b6f0195db3dcfb29e2893f897665e2 (patch)
treeeb67c412d34a5e967295f0bc1ba94d0903c24503
parent93b5033ee111cac7865e81caf4c397d810156a67 (diff)
downloadrpm-0916396cd3b6f0195db3dcfb29e2893f897665e2.tar.gz
rpm-0916396cd3b6f0195db3dcfb29e2893f897665e2.tar.bz2
rpm-0916396cd3b6f0195db3dcfb29e2893f897665e2.zip
Use ${abs_builddir} instead of pwd.
Use ${abs_builddir} in RPMRC.
-rw-r--r--tests/atlocal.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 2218432ab..f1810c3eb 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,6 +1,6 @@
-LD_LIBRARY_PATH=`pwd`/testing@usrlibdir@
+LD_LIBRARY_PATH="${abs_builddir}/testing@usrlibdir@"
export LD_LIBRARY_PATH
-PATH=`pwd`/testing@rpmbindir@:`pwd`/testing@usrbindir@:$PATH
+PATH="${abs_builddir}/testing@rpmbindir@:${abs_builddir}/testing@usrbindir@:$PATH"
export PATH
-RPMRC="${abs_srcdir}/testing@RPMCONFIGDIR@/rpmrc"
+RPMRC="${abs_builddir}/testing@RPMCONFIGDIR@/rpmrc"