From: Nathan Wagner Date: Tue, 31 Jul 2018 18:56:07 +0000 (+0000) Subject: use zpm soname X-Git-Tag: v0.1.6~87 X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=520dfb49f6e91bdbc52f537b399d951b9c6bdd44;p=zpackage use zpm soname --- 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