From 5bf0eadb67db43242a16da83675d517251bcba69 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sun, 3 Nov 2019 00:47:18 +0400 Subject: [PATCH] Rename --- extract_wallet_source.py | 2 +- .../buck-2be0e8fa79117daa854e79dd7d9ce32048d506a8.patch | 0 tools/{buck => buck-build}/prepare_buck_source.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tools/{buck => buck-build}/buck-2be0e8fa79117daa854e79dd7d9ce32048d506a8.patch (100%) rename tools/{buck => buck-build}/prepare_buck_source.sh (100%) diff --git a/extract_wallet_source.py b/extract_wallet_source.py index 948f2ee18d..727e04194a 100644 --- a/extract_wallet_source.py +++ b/extract_wallet_source.py @@ -73,7 +73,7 @@ with open(destination + '/BUCK', 'w+b') as file: pass shutil.copytree('Config', destination + '/' + 'Config') -shutil.copytree('tools/buck', destination + '/' + 'tools/buck') +shutil.copytree('tools/buck-build', destination + '/' + 'tools/buck-build') shutil.copy('Wallet/README.md', destination + '/' + 'README.md') os.remove(destination + '/Wallet/' + 'README.md') diff --git a/tools/buck/buck-2be0e8fa79117daa854e79dd7d9ce32048d506a8.patch b/tools/buck-build/buck-2be0e8fa79117daa854e79dd7d9ce32048d506a8.patch similarity index 100% rename from tools/buck/buck-2be0e8fa79117daa854e79dd7d9ce32048d506a8.patch rename to tools/buck-build/buck-2be0e8fa79117daa854e79dd7d9ce32048d506a8.patch diff --git a/tools/buck/prepare_buck_source.sh b/tools/buck-build/prepare_buck_source.sh similarity index 100% rename from tools/buck/prepare_buck_source.sh rename to tools/buck-build/prepare_buck_source.sh