tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fhs-userenv: fix mkdirs
Nikolay Amiantov
10 years ago
508ef7e6
b66be2a5
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
build-support
build-fhs-userenv
chroot-user.rb
+1
-1
pkgs/build-support/build-fhs-userenv/chroot-user.rb
···
100
100
write_file '/proc/self/gid_map', "#{gid} #{gid} 1"
101
101
102
102
# Do mkdirs
103
103
-
mkdirs.each { |x| FileUtils.mkdir_p x }
103
103
+
mkdirs.each { |x| FileUtils.mkdir_p "#{root}/#{x}" }
104
104
105
105
# Do rbind mounts.
106
106
mounts.each do |x|