systemd: don't reference build bash

the .install files retained references to build bash

$ pwd
/nix/store/yfzncfa577cbc0r1bm1fjdc1szyy0dif-systemd-aarch64-unknown-linux-gnu-252.4/lib
$ tree kernel
kernel
├── install.conf
└── install.d
    ├── 50-depmod.install
    └── 90-loaderentry.install
This commit is contained in:
Artturin
2023-02-02 18:12:12 +02:00
parent dc109a3192
commit 2142bc8d33
+1 -1
View File
@@ -339,7 +339,7 @@ stdenv.mkDerivation {
# when cross-compiling.
+ ''
shopt -s extglob
patchShebangs tools test src/!(rpm)
patchShebangs tools test src/!(rpm|kernel-install) src/kernel-install/test-kernel-install.sh
'';
outputs = [ "out" "man" "dev" ];