From 985125a868963bffd1a39f07332992ae2ab1d41e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 23 Dec 2014 09:33:07 +0100 Subject: [PATCH] xbps-src: do not set -C in the bootstrap target, default confdir is ok. --- xbps-src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xbps-src b/xbps-src index 13a99070ab..1a5a62a909 100755 --- a/xbps-src +++ b/xbps-src @@ -407,8 +407,8 @@ if [ -n "$IN_CHROOT" ]; then readonly XBPS_LIBEXECDIR=$XBPS_COMMONDIR/xbps-src/libexec else readonly XBPS_UHELPER_CMD="xbps-uhelper -r $XBPS_MASTERDIR" - readonly XBPS_INSTALL_CMD="xbps-install -C _empty.conf_ --repository=$XBPS_REPOSITORY -r $XBPS_MASTERDIR" - readonly XBPS_QUERY_CMD="xbps-query -C _empty.conf_ --repository=$XBPS_REPOSITORY -r $XBPS_MASTERDIR" + readonly XBPS_INSTALL_CMD="xbps-install --repository=$XBPS_REPOSITORY -r $XBPS_MASTERDIR" + readonly XBPS_QUERY_CMD="xbps-query --repository=$XBPS_REPOSITORY -r $XBPS_MASTERDIR" readonly XBPS_RINDEX_CMD="xbps-rindex" readonly XBPS_RECONFIGURE_CMD="xbps-reconfigure -r $XBPS_MASTERDIR" readonly XBPS_REMOVE_CMD="xbps-remove -r $XBPS_MASTERDIR"