i2pd/debian/patches/rename-binary.patch

14 lines
284 B
Diff
Raw Normal View History

2015-11-25 08:54:45 +01:00
diff --git a/Makefile b/Makefile
index f65d7a1..6f998bf 100644
2014-09-19 04:07:41 +02:00
--- a/Makefile
+++ b/Makefile
2015-11-25 08:54:45 +01:00
@@ -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
2014-09-19 04:07:41 +02:00