Revert "xbps-src: return early if masterdir is not ready for chroot ops."
This reverts commit d9943a330d
.
This commit is contained in:
parent
64360b40f0
commit
c6cec1010f
1 changed files with 0 additions and 3 deletions
|
@ -155,9 +155,6 @@ chroot_sync_repos() {
|
|||
chroot_handler() {
|
||||
local action="$1" pkg="$2" rv=0 arg= _envargs= _chargs=
|
||||
|
||||
if [ -z "$CHROOT_READY" ]; then
|
||||
return 0
|
||||
fi
|
||||
# Debian uses /run/shm instead...
|
||||
if [ -d /run/shm ]; then
|
||||
mkdir -p ${XBPS_MASTERDIR}/run/shm
|
||||
|
|
Loading…
Reference in a new issue