busybox: patchshebangs to fix build on "limited" /bin/sh builders

(cherry picked from commit b546c7440e)
This commit is contained in:
Will Dietz 2018-03-14 16:58:04 -05:00
parent 7ca656d893
commit b7e51bf4ff

View File

@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
./busybox-in-store.patch
];
postPatch = "patchShebangs .";
configurePhase = ''
export KCONFIG_NOTIMESTAMP=1
make ${if enableMinimal then "allnoconfig" else "defconfig"}