mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +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 a new issue