Skip to content

Commit

Permalink
zcash: build path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kozyilmaz committed Oct 15, 2018
1 parent 3eaf8aa commit 1f88062
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zcash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1f88062

Please sign in to comment.