From 7c0a660e184ded5b79e5294376c12c46698d42a8 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 6 Aug 2016 22:48:08 +0200 Subject: CMake: Adjust abicheck locations Look in build/apt-pkg and build/apt-inst instead of build/bin. Gbp-Dch: ignore --- abicheck/run_abi_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abicheck/run_abi_test') diff --git a/abicheck/run_abi_test b/abicheck/run_abi_test index 6e6152a63..491616b30 100755 --- a/abicheck/run_abi_test +++ b/abicheck/run_abi_test @@ -8,7 +8,7 @@ if [ ! -d ../build ]; then exit 1 fi -if command -v abi-compliance-checker 2>/dev/null >&2; then +if ! command -v abi-compliance-checker 2>/dev/null >&2; then echo "Please install the 'abi-compliance-checker' package" exit 1 fi -- cgit v1.2.3