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:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user