makepkg: fix pkgdesc restoration with split packaging
commite72cce352a4f43e371998dc8985b5fa2e0102216
authorAllan McRae <allan@archlinux.org>
Fri, 3 Jul 2009 16:28:03 +0000 (4 02:28 +1000)
committerAllan McRae <allan@archlinux.org>
Fri, 10 Jul 2009 06:29:58 +0000 (10 16:29 +1000)
tree1eb06ca57ff7ef07ec8fdca6fcc68512a32dc39e
parent621aa26e26fcf578221051e896d6440a0095b8a3
makepkg: fix pkgdesc restoration with split packaging

A pkgdesc with spaces in it would get restored to an array and thus only
the first word would be restored (FS#15210). Convert that array back to a
string.

Signed-off-by: Allan McRae <allan@archlinux.org>
scripts/makepkg.sh.in