mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
shutils/chroot.sh: create /tmp dir if doesn't exist in masterdir.
This commit is contained in:
parent
93a5856427
commit
e0611f10ab
1 changed files with 4 additions and 0 deletions
|
@ -253,6 +253,10 @@ xbps_chroot_handler()
|
||||||
echo "done."
|
echo "done."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -d "$XBPS_MASTERDIR/tmp" ]; then
|
||||||
|
mkdir -p "$XBPS_MASTERDIR/tmp"
|
||||||
|
fi
|
||||||
|
|
||||||
create_binsh_symlink
|
create_binsh_symlink
|
||||||
create_busybox_links
|
create_busybox_links
|
||||||
install_xbps_utils
|
install_xbps_utils
|
||||||
|
|
Loading…
Add table
Reference in a new issue