xbps-src: create the void-packages symlink unconditionally.

This commit is contained in:
Juan RP 2014-09-28 08:19:32 +02:00
parent 639e1c0e05
commit 774685aaa2

View file

@ -169,8 +169,8 @@ chroot_handler() {
fi
if [ ! -d $XBPS_MASTERDIR/xbps-packages ]; then
mkdir -p $XBPS_MASTERDIR/xbps-packages
ln -s xbps-packages $XBPS_MASTERDIR/void-packages
fi
ln -sf xbps-packages $XBPS_MASTERDIR/void-packages
_chargs+=" -D ${XBPS_DISTDIR}"
[ -z "$action" -a -z "$pkg" ] && return 1