Patch sh paths

This commit is contained in:
Moritz Kiefer 2015-01-20 09:00:49 +01:00
parent 46d59c3251
commit 9b7e398a3c

View file

@ -61,6 +61,8 @@ stdenv.mkDerivation {
];
preConfigure = ''
chmod +x configure
substituteInPlace configure --replace /bin/bash "$shell"
substituteInPlace ../hotspot-${repover}/make/linux/adlc_updater --replace /bin/sh "$shell"
'';
configureFlags = [
"--with-freetype=${freetype}"