mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Fix build-fhs-chrootenv mount script
This commit is contained in:
parent
bddf342631
commit
40791a4ec5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user