busybox: patchshebangs to fix build on "limited" /bin/sh builders
This commit is contained in:
parent
5defdee634
commit
b546c7440e
@ -49,6 +49,8 @@ stdenv.mkDerivation rec {
|
|||||||
./busybox-in-store.patch
|
./busybox-in-store.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = "patchShebangs .";
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
export KCONFIG_NOTIMESTAMP=1
|
export KCONFIG_NOTIMESTAMP=1
|
||||||
make ${if enableMinimal then "allnoconfig" else "defconfig"}
|
make ${if enableMinimal then "allnoconfig" else "defconfig"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user