xbps-src: do not remove masterdir/tmp before entering chroot.
There's no reason to remove this on each iteration. This is to make @chris2 happy.
This commit is contained in:
parent
9ff54a34d0
commit
4dfaf60651
|
@ -62,11 +62,6 @@ _EOF
|
||||||
else
|
else
|
||||||
rm -f $XBPS_MASTERDIR/etc/xbps.d/00-repository-alternative.conf
|
rm -f $XBPS_MASTERDIR/etc/xbps.d/00-repository-alternative.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d $XBPS_MASTERDIR/tmp ]; then
|
|
||||||
rm -rf $XBPS_MASTERDIR/tmp
|
|
||||||
mkdir -p $XBPS_MASTERDIR/tmp
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
chroot_prepare() {
|
chroot_prepare() {
|
||||||
|
|
Loading…
Reference in New Issue