Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 4088dec7 authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: make sure /etc/X11 exists


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 884e44dc
No related merge requests found
......@@ -347,6 +347,7 @@ debian)
__EOF__
sudo mkdir -p ${tempdir}/etc/X11/ || true
sudo mv /tmp/${wfile} ${tempdir}/etc/X11/${wfile}
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment