makepkg: workaround for zipman issues
commit7ff1b945f6c8b2286f04626be39291a7527119f4
authorAllan McRae <allan@archlinux.org>
Mon, 30 Jan 2012 01:47:48 +0000 (30 11:47 +1000)
committerDan McGee <dan@archlinux.org>
Tue, 31 Jan 2012 03:18:28 +0000 (30 21:18 -0600)
treed7713a61913298c8e06bc8e34a1cdfcb5eeb7500
parent825b4ff35aa676b139dc24bc651724b092f2fded
makepkg: workaround for zipman issues

This "fixes" two issues:

1) MAN_DIRS contains a glob by default so should not be quoted.  It is
not quoted anywhere else so this should not cause breakage...

2) the find statement returns 1 when some of MAN_DIRS are missing. This
appears to only be exposed when running makepkg as root (which it appears
some wrappers do...).

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