Explorar o código

abicheck/run_abi_test: check both libapt-pkg and libapt-inst

Michael Vogt %!s(int64=16) %!d(string=hai) anos
pai
achega
b8c42fc063
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      abicheck/run_abi_test

+ 1 - 1
abicheck/run_abi_test

@@ -5,7 +5,7 @@ if [ ! -d ../build ]; then
 	exit 1
 fi
 
-LIBPATH=$(find /usr/lib/ -type f  -name "libapt-pkg*")
+LIBPATH=$(find /usr/lib/ -type f  -name "libapt-*.so.*" -printf %p\\\\n)
 sed s#@installed_libapt@#$LIBPATH# apt_installed.xml.in > apt_installed.xml
 
 BUILDPATH=$(readlink -f ../build)