mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #4611 from doublec/fhs-mount-fix
Fix build-fhs-chrootenv mount script
This commit is contained in:
commit
37c94eae5a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue