Patch sh paths
This commit is contained in:
parent
46d59c3251
commit
9b7e398a3c
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user