Skip to content

Commit

Permalink
mv not cp
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsummerwill committed Nov 25, 2015
1 parent ad9e9c6 commit 138ec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-eth
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN git clone --recursive https://github.com/doublethinkco/webthree-umbrella.git
# level of indentation in the tar.gz file here. Needs fixing at source.
RUN wget ‐‐output-document=x-tools.tar.gz https://github.com/doublethinkco/webthree-umbrella-cross/releases/download/0.0.1/x-tools.tar.gz; exit 0
RUN tar xvfz x-tools.tar.gz
RUN cp x-tools/x-tools/arm-unknown-linux-gnueabi/ x-tools/arm-unknown-linux-gnueabi/
RUN mv x-tools/x-tools/arm-unknown-linux-gnueabi/ x-tools/arm-unknown-linux-gnueabi/

# Use that cross-compiler to build the ARM executable
WORKDIR /home/xcompiler/webthree-umbrella/cross-build/ethereum
Expand Down

0 comments on commit 138ec05

Please sign in to comment.