From 9b7c1d56507bc9e0a5a45ddbf294e2cfae652fc1 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 20 Mar 2019 14:34:57 -0700 Subject: [PATCH] Relocate *-help.sh to their respective packages --- {scripts => install}/install-help.sh | 0 {scripts => wallet}/wallet-help.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => install}/install-help.sh (100%) rename {scripts => wallet}/wallet-help.sh (91%) diff --git a/scripts/install-help.sh b/install/install-help.sh similarity index 100% rename from scripts/install-help.sh rename to install/install-help.sh diff --git a/scripts/wallet-help.sh b/wallet/wallet-help.sh similarity index 91% rename from scripts/wallet-help.sh rename to wallet/wallet-help.sh index ebe9805012..a95c53ed89 100755 --- a/scripts/wallet-help.sh +++ b/wallet/wallet-help.sh @@ -3,7 +3,7 @@ set -e cd "$(dirname "$0")"/.. -cargo build --package wallet +cargo build --package solana-wallet export PATH=$PWD/target/debug:$PATH echo "\`\`\`manpage"