xbps-src/chroot.sh: fix previous correctly

This commit is contained in:
Juan RP 2019-10-27 12:15:49 +01:00
parent b469f1d590
commit 23f75a842d
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -5,7 +5,7 @@
chroot_init() {
mkdir -p $XBPS_MASTERDIR/etc/xbps
: ${XBPS_CONFIG_FILE=/dev/null}
: ${XBPS_CONFIG_FILE:=/dev/null}
cat > $XBPS_MASTERDIR/etc/xbps/xbps-src.conf <<_EOF
# Generated configuration file by xbps-src, DO NOT EDIT!
$(grep -E '^XBPS_.*' "$XBPS_CONFIG_FILE")