Skip to content

Commit

Permalink
Add rsync jvm/
Browse files Browse the repository at this point in the history
  • Loading branch information
motxx committed Mar 2, 2017
1 parent f02f285 commit 9022f9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dev/scripts/mktar-iroha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rsync -av ${IROHA_BUILD}/lib $IROHA_RELEASE && \
rsync -av ${IROHA_BUILD}/my_test_bin $IROHA_RELEASE && \
rsync -av ${IROHA_BUILD}/test_bin $IROHA_RELEASE && \
rsync -av ${IROHA_HOME}/smart_contract/java_tests $IROHA_RELEASE && \
rsync -av ${IROHA_HOME}/jvm $IROHA_RELEASE && \
rsync -av ${IROHA_HOME}/external/src/google_leveldb/out-shared/ $IROHA_RELEASE/lib && \
rsync -av ${IROHA_HOME}/core/vendor/ed25519/lib $IROHA_RELEASE

Expand Down

0 comments on commit 9022f9b

Please sign in to comment.