summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-10-02 21:18:12 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-10-02 21:18:12 +0000
commitc56e6ed9e283271460577f78b2d15cb84fa61816 (patch)
tree421ce85fabe6a2f444daccc6881dd9f88fdcd124 /tests
parent1a6fed08eb104de4c036d262a21b3495fce081be (diff)
downloadlibgphoto2-c56e6ed9e283271460577f78b2d15cb84fa61816.tar.gz
use libdir as default for utilsdir (libexecdir available via option)
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9249 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests')
-rw-r--r--tests/check-camera-list.sh.in1
-rw-r--r--tests/ddb/check-ddb.sh.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/check-camera-list.sh.in b/tests/check-camera-list.sh.in
index b80c1b837..950c271f1 100644
--- a/tests/check-camera-list.sh.in
+++ b/tests/check-camera-list.sh.in
@@ -8,6 +8,7 @@ set -ex
debug=:
#debug=false
+PACKAGE_TARNAME="${PACKAGE_TARNAME-"@PACKAGE_TARNAME@"}"
prefix="${prefix-"@prefix@"}"
exec_prefix="${exec_prefix-"@exec_prefix@"}"
libdir="${libdir-"@libdir@"}"
diff --git a/tests/ddb/check-ddb.sh.in b/tests/ddb/check-ddb.sh.in
index 90de59304..3b67a89ad 100644
--- a/tests/ddb/check-ddb.sh.in
+++ b/tests/ddb/check-ddb.sh.in
@@ -9,6 +9,7 @@ set -ex
debug=:
#debug=false
+PACKAGE_TARNAME="${PACKAGE_TARNAME-"@PACKAGE_TARNAME@"}"
prefix="${prefix-"@prefix@"}"
exec_prefix="${exec_prefix-"@exec_prefix@"}"
libdir="${libdir-"@libdir@"}"