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
|
||||
rm -f $XBPS_MASTERDIR/etc/xbps.d/00-repository-alternative.conf
|
||||
fi
|
||||
|
||||
if [ -d $XBPS_MASTERDIR/tmp ]; then
|
||||
rm -rf $XBPS_MASTERDIR/tmp
|
||||
mkdir -p $XBPS_MASTERDIR/tmp
|
||||
fi
|
||||
}
|
||||
|
||||
chroot_prepare() {
|
||||
|
|
Loading…
Reference in New Issue