* rename main binary

pull/308/head
hagen 9 years ago
parent 045558bede
commit 8f9cea54c5

@ -3,7 +3,7 @@ SHLIB := libi2pd.so
ARLIB := libi2pd.a
SHLIB_CLIENT := libi2pdclient.so
ARLIB_CLIENT := libi2pdclient.a
I2PD := i2p
I2PD := i2pd
GREP := fgrep
DEPS := obj/make.dep

@ -8,4 +8,4 @@ RUN git clone https://github.com/PurpleI2P/i2pd.git
WORKDIR /i2pd
RUN make
CMD ./i2p
CMD ./i2pd

Loading…
Cancel
Save