tomb: use --replace-fail
This commit is contained in:
parent
b32b0c5183
commit
30762f89b0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
postPatch = ''
|
||||
# if not, it shows .tomb-wrapped when running
|
||||
substituteInPlace tomb \
|
||||
--replace 'TOMBEXEC=$0' 'TOMBEXEC=tomb'
|
||||
--replace-fail 'TOMBEXEC=$0' 'TOMBEXEC=tomb'
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue