mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
systemd: re-exclude kernel-install from patchShebangs
Even though kernel-install was rewritten in C and is thus not a script anymore that needs to be patched, there are still .install scripts in the kernel-install directory that need to be patchd.
This commit is contained in:
parent
dd6646009e
commit
b234bbff0f
@ -368,7 +368,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# when cross-compiling.
|
||||
+ ''
|
||||
shopt -s extglob
|
||||
patchShebangs tools test src/!(rpm|ukify) src/kernel-install/test-kernel-install.sh
|
||||
patchShebangs tools test src/!(rpm|kernel-install|ukify) src/kernel-install/test-kernel-install.sh
|
||||
'';
|
||||
|
||||
outputs = [ "out" "man" "dev" ];
|
||||
|
Loading…
Reference in New Issue
Block a user