X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm-preserve;h=a8d79d89446318a36e798e90dc5f040ca0fc22d3;hb=62f6ff407bc4f2cf03d1fa7cf3dc9a3f4026624a;hp=1f0e1d014b5216f185097e48e446c0b8f86267e1;hpb=ecdd57da7df775c039aee834e1f74172004f352b;p=zpackage diff --git a/zpm-preserve b/zpm-preserve index 1f0e1d0..a8d79d8 100755 --- a/zpm-preserve +++ b/zpm-preserve @@ -36,7 +36,7 @@ pacman -Qlq "$pkgname" | while read file; do continue fi - soname=$(soname $file) + soname=$(zpm soname $file) if [ $? -eq 0 ] && [ -n "$soname" ]; then dir=$(dirname "$file") if [ "$script" -ne 0 ]; then