opentsdb: patch shebangs in correct directory
(cherry picked from commit 105b77f36f1810287b0f32036ae5303dae8c5a66) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
a199693cab
commit
3dc551fcc3
|
@ -150,7 +150,7 @@ in stdenv.mkDerivation rec {
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
../configure --prefix=$out
|
../configure --prefix=$out
|
||||||
patchShebangs ./build-aux/
|
patchShebangs ../build-aux/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase =
|
buildPhase =
|
||||||
|
|
Loading…
Reference in New Issue