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