mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
xbps-src: destroy <masterdir>/tmp before entering the chroot.
This commit is contained in:
parent
ad770b7e9b
commit
ff00dc5448
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ _EOF
|
|||
else
|
||||
rm -f $XBPS_MASTERDIR/etc/xbps/repo.d/00-alternative.conf
|
||||
fi
|
||||
|
||||
if [ -d $XBPS_MASTERDIR/tmp ]; then
|
||||
rm -rf $XBPS_MASTERDIR/tmp
|
||||
mkdir -p $XBPS_MASTERDIR/tmp
|
||||
fi
|
||||
}
|
||||
|
||||
chroot_prepare() {
|
||||
|
|
Loading…
Add table
Reference in a new issue