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:
Juan RP 2015-09-02 10:08:22 +02:00
parent 9ff54a34d0
commit 4dfaf60651
1 changed files with 0 additions and 5 deletions

View File

@ -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() {