]> git.saurik.com Git - apt.git/commitdiff
CMake: Adjust abicheck locations
authorJulian Andres Klode <jak@debian.org>
Sat, 6 Aug 2016 20:48:08 +0000 (22:48 +0200)
committerJulian Andres Klode <jak@debian.org>
Sat, 6 Aug 2016 20:48:47 +0000 (22:48 +0200)
Look in build/apt-pkg and build/apt-inst instead of build/bin.

Gbp-Dch: ignore

abicheck/apt_build.xml.in
abicheck/run_abi_test

index f7d4c90cf1a5e983d45548001ef09918ca0e0584..32886d93170a9246041601bf0a879e5f44172b26 100644 (file)
@@ -7,5 +7,6 @@
  </headers>
    
  <libs>
-  @build_path@/bin/
+  @build_path@/apt-pkg/
+  @build_path@/apt-inst/
  </libs>
index 6e6152a6319b39aadeddd41c331bf4512bf2549e..491616b30c87cfbb06aa199cd9b99d9d012b5871 100755 (executable)
@@ -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