Fix build-fhs-chrootenv mount script

This commit is contained in:
Chris Double 2014-10-22 10:39:17 +02:00
parent bddf342631
commit 40791a4ec5

View File

@ -23,4 +23,4 @@ mount --rbind /run $chrootenvDest/run
mount --bind /etc $chrootenvDest/host-etc
# Bind mount /tmp
mount --bind /tmp/chrootenv-@name@ /run/chrootenv/steam/tmp
mount --bind /tmp/chrootenv-@name@ $chrootenvDest/tmp