1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-09 23:57:52 +00:00
i2pd/debian/patches/rename-binary.patch

14 lines
284 B
Diff
Raw Normal View History

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