9 lines
275 B
Text
9 lines
275 B
Text
set correct path to base
|
|
|
|
--- installer/resources/eepget.orig Thu Jul 30 23:26:56 2020
|
|
+++ installer/resources/eepget Thu Jul 30 23:27:20 2020
|
|
@@ -1,3 +1,3 @@
|
|
#!/bin/sh
|
|
-I2P="%INSTALL_PATH"
|
|
+I2P="${LOCALBASE}/share/i2p"
|
|
java -cp "$I2P/lib/i2p.jar" net.i2p.util.EepGet "$@"
|