From 3dc551fcc3e2b3704560304810cf1480b3754370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 11 Dec 2014 09:17:06 +0100 Subject: [PATCH] opentsdb: patch shebangs in correct directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 105b77f36f1810287b0f32036ae5303dae8c5a66) Signed-off-by: Domen Kožar --- pkgs/tools/misc/opentsdb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/opentsdb/default.nix b/pkgs/tools/misc/opentsdb/default.nix index 868e993737b..eb646d8457d 100644 --- a/pkgs/tools/misc/opentsdb/default.nix +++ b/pkgs/tools/misc/opentsdb/default.nix @@ -150,7 +150,7 @@ in stdenv.mkDerivation rec { mkdir build cd build ../configure --prefix=$out - patchShebangs ./build-aux/ + patchShebangs ../build-aux/ ''; buildPhase =