forked from mirrors/nixpkgs
openshift: fix mkdir command (#41274)
This commit is contained in:
parent
51fbd3068b
commit
78ae380773
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue