singularity: rewrite path to cp in bootstrap script
This commit is contained in:
parent
bea326e8de
commit
f08b99c42f
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i 's/-static//g' src/Makefile.am
|
sed -i 's/-static//g' src/Makefile.am
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
substituteInPlace libexec/bootstrap-scripts/deffile-sections.sh \
|
||||||
|
--replace /bin/cp ${coreutils}/bin/cp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [ "--localstatedir=/var" ];
|
configureFlags = [ "--localstatedir=/var" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user