From 5b598f24cd9e807fd5dcdf233ffe1b0e2b10ef3a Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Thu, 25 Jan 2024 10:29:23 -0500 Subject: [PATCH] fix(lighthouse) closes #4980 --- projects/crates.io/lighthouse/package.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/projects/crates.io/lighthouse/package.yml b/projects/crates.io/lighthouse/package.yml index 42835216..138cd270 100644 --- a/projects/crates.io/lighthouse/package.yml +++ b/projects/crates.io/lighthouse/package.yml @@ -15,17 +15,12 @@ build: rust-lang.org/cargo: '*' cmake.org: ^3.12 protobuf.dev: '*' - script: | - make - mkdir -p "{{ prefix }}"/bin - mv .local/bin/lighthouse "{{ prefix }}"/bin - test: - make test-release - + script: make CARGO_INSTALL_EXTRA_FLAGS="--root {{prefix}}" + test: make test-release provides: - bin/lighthouse -test: | - lighthouse account_manager wallet list - test -d ~/.lighthouse/mainnet/wallets \ No newline at end of file +test: + - lighthouse account_manager wallet list + - test -d ~/.lighthouse/mainnet/wallets