xbps-src: no need to remove xbps main repo file; it's disabled already.

This commit is contained in:
Juan RP 2014-12-13 10:01:33 +01:00
parent 3128a0cb3e
commit bf104ce0c4

View file

@ -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