Merge pull request #4611 from doublec/fhs-mount-fix

Fix build-fhs-chrootenv mount script
This commit is contained in:
Sander van der Burg 2014-10-22 10:48:31 +02:00
commit 37c94eae5a

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