diff --git a/xbps-src b/xbps-src index f4d74a5a642..ee1de62818a 100755 --- a/xbps-src +++ b/xbps-src @@ -506,7 +506,7 @@ if [ -n "$IN_CHROOT" ]; then readonly XBPS_UHELPER_CMD="xbps-uhelper" readonly XBPS_INSTALL_CMD="xbps-install" readonly XBPS_QUERY_CMD="xbps-query" - readonly XBPS_RINDEX_CMD="xbps-rindex" + readonly XBPS_RINDEX_CMD="xbps-rindex -d" readonly XBPS_RECONFIGURE_CMD="xbps-reconfigure" readonly XBPS_REMOVE_CMD="xbps-remove" readonly XBPS_SRCPKGDIR=/void-packages/srcpkgs @@ -522,7 +522,7 @@ else readonly XBPS_UHELPER_CMD="xbps-uhelper -r $XBPS_MASTERDIR" readonly XBPS_INSTALL_CMD="xbps-install -C /dev/null -c $XBPS_HOSTDIR/repocache --repository=$XBPS_REPOSITORY -r $XBPS_MASTERDIR" readonly XBPS_QUERY_CMD="xbps-query -C /dev/null -c $XBPS_HOSTDIR/repocache -i --repository=$XBPS_REPOSITORY -r $XBPS_MASTERDIR" - readonly XBPS_RINDEX_CMD="xbps-rindex" + readonly XBPS_RINDEX_CMD="xbps-rindex -d" readonly XBPS_RECONFIGURE_CMD="xbps-reconfigure -r $XBPS_MASTERDIR" readonly XBPS_REMOVE_CMD="xbps-remove -r $XBPS_MASTERDIR" readonly XBPS_SRCPKGDIR=$XBPS_DISTDIR/srcpkgs