3
0
Fork 0
forked from mirrors/nixpkgs

openshift: fix mkdir command (#41274)

This commit is contained in:
Jens Binkert 2018-05-31 09:04:17 +02:00 committed by xeji
parent 51fbd3068b
commit 78ae380773

View file

@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
substituteInPlace pkg/oc/bootstrap/docker/host/host.go \
--replace 'nsenter --mount=/rootfs/proc/1/ns/mnt mkdir' \
'nsenter --mount=/rootfs/proc/1/ns/mnt ${utillinux}/bin/mount'
'nsenter --mount=/rootfs/proc/1/ns/mnt ${coreutils}/bin/mkdir'
'';
buildPhase = ''