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 = ''
|
||||
sed -i 's/-static//g' src/Makefile.am
|
||||
patchShebangs .
|
||||
substituteInPlace libexec/bootstrap-scripts/deffile-sections.sh \
|
||||
--replace /bin/cp ${coreutils}/bin/cp
|
||||
'';
|
||||
|
||||
configureFlags = [ "--localstatedir=/var" ];
|
||||
|
Loading…
Reference in New Issue
Block a user