From 0344c2315e77ead0d987591ff623e07136b69b93 Mon Sep 17 00:00:00 2001 From: Jakub Matys Date: Thu, 10 May 2018 09:54:47 +0200 Subject: [PATCH] keep utility executables in builded packages --- contrib/backends/bcash/Makefile | 2 -- contrib/backends/bitcoin/Makefile | 1 - contrib/backends/zcash/Makefile | 1 - 3 files changed, 4 deletions(-) diff --git a/contrib/backends/bcash/Makefile b/contrib/backends/bcash/Makefile index 270e73d7..b42666cf 100644 --- a/contrib/backends/bcash/Makefile +++ b/contrib/backends/bcash/Makefile @@ -5,8 +5,6 @@ all: tar -xf bitcoin-abc-${BITCOINABC_VERSION}-x86_64-linux-gnu.tar.gz mv bitcoin-abc-${BITCOINABC_VERSION} bitcoin-abc rm bitcoin-abc/bin/bitcoin-qt - rm bitcoin-abc/bin/bitcoin-tx - rm bitcoin-abc/bin/bitcoin-seeder rm bitcoin-abc/bin/test_bitcoin clean: diff --git a/contrib/backends/bitcoin/Makefile b/contrib/backends/bitcoin/Makefile index 1061ac82..81196816 100644 --- a/contrib/backends/bitcoin/Makefile +++ b/contrib/backends/bitcoin/Makefile @@ -5,7 +5,6 @@ all: tar -xf bitcoin-${BITCOIN_VERSION}-x86_64-linux-gnu.tar.gz mv bitcoin-${BITCOIN_VERSION} bitcoin rm bitcoin/bin/bitcoin-qt - rm bitcoin/bin/bitcoin-tx rm bitcoin/bin/test_bitcoin clean: diff --git a/contrib/backends/zcash/Makefile b/contrib/backends/zcash/Makefile index 02b06991..30d83642 100644 --- a/contrib/backends/zcash/Makefile +++ b/contrib/backends/zcash/Makefile @@ -4,7 +4,6 @@ all: wget https://z.cash/downloads/zcash-${ZCASH_VERSION}-linux64.tar.gz tar -xf zcash-${ZCASH_VERSION}-linux64.tar.gz mv zcash-${ZCASH_VERSION} zcash - rm zcash/bin/zcash-tx clean: rm -rf zcash