makepkg: fix false error with multiple libdeps
commitea7fc8962a819a04237876995140363a818202d4
authorFlorian Pritz <bluewind@xinu.at>
Sun, 4 Mar 2012 18:23:25 +0000 (4 19:23 +0100)
committerDan McGee <dan@archlinux.org>
Mon, 5 Mar 2012 17:44:34 +0000 (5 11:44 -0600)
treeedcb1a1ea789ad7216733c7dbb2ccf00baed949c
parentfbfcd8665086f71b65370e919105194111b4b5f1
makepkg: fix false error with multiple libdeps

With multiple items in $libdepends this check only worked for the first
one, everything after this returned an error. This was probably an issue
with \s being treated wrong.

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