actkbd: switch to replace-fail
This commit is contained in:
@@ -15,8 +15,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace /usr/local $out \
|
||||
--replace /etc $out/etc
|
||||
--replace-fail /usr/local $out \
|
||||
--replace-fail /etc $out/etc
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user