mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
cd build
|
||||
../configure --prefix=$out
|
||||
patchShebangs ./build-aux/
|
||||
patchShebangs ../build-aux/
|
||||
'';
|
||||
|
||||
buildPhase =
|
||||
|
Loading…
Reference in New Issue
Block a user