Make it possible to install 'custom-install' pkgs without distfiles.

Make xbps-base-{chroot,system} install the lib -> lib64 symlinks on
x86_64.

--HG--
extra : convert_revision : 9404d50c8a15dcd700df49aace1bbd105749f00a
This commit is contained in:
Juan RP 2008-12-27 04:21:38 +01:00
parent ccd4556853
commit f6f7288c48
4 changed files with 34 additions and 5 deletions

View file

@ -55,7 +55,7 @@ extract_distfiles()
count=$(($count + 1))
done
if [ $count -gt 1 ]; then
if [ "$count" -gt 1 ]; then
if [ -z "$wrksrc" ]; then
msg_error "\$wrksrc must be defined with multiple distfiles."
exit 1