mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
bobcat: patch all shebangs
Hotfix for eae059b0b6
Not really a regression, but it turns out that the man page
target requires shebang patching as well.
This commit is contained in:
parent
dd177e62e3
commit
3704901dc8
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace INSTALL.im --replace /usr $out
|
substituteInPlace INSTALL.im --replace /usr $out
|
||||||
patchShebangs ./build
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user