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