]> pd.if.org Git - zpackage/commitdiff
use zpm soname
authorNathan Wagner <nw@hydaspes.if.org>
Tue, 31 Jul 2018 18:56:07 +0000 (18:56 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Tue, 31 Jul 2018 18:56:07 +0000 (18:56 +0000)
zpm-preserve

index 1f0e1d014b5216f185097e48e446c0b8f86267e1..a8d79d89446318a36e798e90dc5f040ca0fc22d3 100755 (executable)
@@ -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