diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-21 16:28:27 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-21 16:28:27 +0200 |
commit | c76560f2bb2cb812dfcdc14f60b520c2c8cde163 (patch) | |
tree | 34d9c3887176dc89c844b1c330add94209b1e8be /tests | |
parent | a9959090216dd93a4b524f1b211657e7c49287e6 (diff) | |
download | librpm-tizen-c76560f2bb2cb812dfcdc14f60b520c2c8cde163.tar.gz librpm-tizen-c76560f2bb2cb812dfcdc14f60b520c2c8cde163.tar.bz2 librpm-tizen-c76560f2bb2cb812dfcdc14f60b520c2c8cde163.zip |
Merge-in former defs.in.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/atlocal.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in index 3a311dfe7..836aa52e5 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1 +1,6 @@ -. ./defs +LD_LIBRARY_PATH=`pwd`/testing@usrlibdir@ +export LD_LIBRARY_PATH +PATH=`pwd`/testing@rpmbindir@:`pwd`/testing@usrbindir@:$PATH +export PATH + +RPMRC="${abs_srcdir}/testing@usrlibdir@/rpm/rpmrc" |