Skip to content

Commit

Permalink
Add rsync config/, remove rsync unused ed25519 path
Browse files Browse the repository at this point in the history
  • Loading branch information
motxx committed Mar 2, 2017
1 parent 9022f9b commit 1d3e46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev/scripts/mktar-iroha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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
rsync -av ${IROHA_HOME}/config $IROHA_RELEASE

tar cvf /tmp/iroha.tar \
/usr/lib/libproto* \
Expand Down

0 comments on commit 1d3e46b

Please sign in to comment.