From 8f9cea54c58294ca99d1d80c20bfd65a04cb155a Mon Sep 17 00:00:00 2001 From: hagen Date: Sat, 5 Dec 2015 08:16:25 +0000 Subject: [PATCH] * rename main binary --- Makefile | 2 +- build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ed1668c..2e86fd88 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/build/Dockerfile b/build/Dockerfile index 5c48930b..f570bd79 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -8,4 +8,4 @@ RUN git clone https://github.com/PurpleI2P/i2pd.git WORKDIR /i2pd RUN make -CMD ./i2p +CMD ./i2pd