makepkg: fix extraction of soname in find_libdepends
commitfbfcd8665086f71b65370e919105194111b4b5f1
authorFlorian Pritz <bluewind@xinu.at>
Sun, 4 Mar 2012 18:17:21 +0000 (4 19:17 +0100)
committerDan McGee <dan@archlinux.org>
Mon, 5 Mar 2012 17:44:34 +0000 (5 11:44 -0600)
tree7a2af111f8dedcccc173e06decbce6747fd42790
parent986e99a613605985f64f0e3e4c2635717931f77d
makepkg: fix extraction of soname in find_libdepends

libperl.so results in soname="libperl.so.so" which is wrong.

This returns the correct string: "libperl.so"

Fix-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Florian Pritz <bluewind@xinu.at>
scripts/makepkg.sh.in