From bf104ce0c4b0187095d9f7e76288595ef85c7c26 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 13 Dec 2014 10:01:33 +0100 Subject: [PATCH] xbps-src: no need to remove xbps main repo file; it's disabled already. --- common/xbps-src/shutils/chroot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/common/xbps-src/shutils/chroot.sh b/common/xbps-src/shutils/chroot.sh index fe891109bf8..ed57657dfd6 100644 --- a/common/xbps-src/shutils/chroot.sh +++ b/common/xbps-src/shutils/chroot.sh @@ -121,7 +121,6 @@ chroot_sync_repos() { # if -N is set, comment out remote repositories from xbps.conf. if [ -n "$XBPS_SKIP_REMOTEREPOS" ]; then - rm -f ${XBPS_MASTERDIR}/usr/share/xbps/repo.d/00-main.conf rm -f ${XBPS_MASTERDIR}/etc/xbps/repo.d/20-remote.conf rm -f ${XBPS_MASTERDIR}/etc/xbps/repo.d/22-remote-x86_64.conf fi