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

This commit is contained in:
Will Dietz 2018-03-14 16:58:04 -05:00
parent 5defdee634
commit b546c7440e

View File

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