From 1f880622dff5d352d7c2ae412aebd5ffb7e854d3 Mon Sep 17 00:00:00 2001 From: kozyilmaz Date: Mon, 15 Oct 2018 14:57:42 +0300 Subject: [PATCH] zcash: build path fixed --- zcash/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zcash/Makefile b/zcash/Makefile index d3172e8..e78e7c4 100644 --- a/zcash/Makefile +++ b/zcash/Makefile @@ -21,8 +21,7 @@ zcash_install: mkdir -p tmp mkdir -p ${BSPINSTALL}/usr/local make DESTDIR=${BSPROOT}/zcash/tmp -C zcash_$(ZCASH_VERSION) install - cp -af ${BSPROOT}/zcash/tmp${BSPROOT}/zcash/zcash_$(ZCASH_VERSION)/depends/*/* ${BSPINSTALL}/usr/local -# install zcash init script + cp -af ${BSPROOT}/zcash/tmp/* ${BSPINSTALL} cp -a files/* ${BSPINSTALL}/usr/local/bin zcash_uninstall: