keyd: tweak substitutes for upstream build changes
This commit is contained in:
parent
06ad66b367
commit
4b1c2ab683
@ -47,10 +47,10 @@ stdenv.mkDerivation {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace-fail /usr ""
|
||||
--replace-fail /usr/local ""
|
||||
|
||||
substituteInPlace keyd.service \
|
||||
--replace-fail /usr/bin $out/bin
|
||||
substituteInPlace keyd.service.in \
|
||||
--replace-fail @PREFIX@ $out
|
||||
'';
|
||||
|
||||
installFlags = [ "DESTDIR=${placeholder "out"}" ];
|
||||
|
Loading…
Reference in New Issue
Block a user