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:
Domen Kožar 2014-12-11 09:17:06 +01:00
parent a199693cab
commit 3dc551fcc3

View file

@ -150,7 +150,7 @@ in stdenv.mkDerivation rec {
mkdir build
cd build
../configure --prefix=$out
patchShebangs ./build-aux/
patchShebangs ../build-aux/
'';
buildPhase =