Skip to content
Snippets Groups Projects
Commit 48f09edc authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

security/solana: Install executable that was missing

parent 033810a2
No related branches found
No related tags found
No related merge requests found
PORTNAME= solana
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.0
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= yuri@FreeBSD.org
......@@ -561,7 +562,7 @@ LLVM_VERSION= 10
BINARY_ALIAS= llvm-config=${PREFIX}/bin/llvm-config${LLVM_VERSION}
do-install:
for f in ${WRKDIR}/target/release/${PORTNAME}-*; do \
for f in ${WRKDIR}/target/release/${PORTNAME}*; do \
if [ -f $$f -a -x $$f ]; then \
${INSTALL_PROGRAM} $$f ${STAGEDIR}${PREFIX}/bin; \
fi \
......
bin/solana
bin/solana-accounts-bench
bin/solana-accounts-cluster-bench
bin/solana-banking-bench
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment