ports/net/i2p/patches/patch-installer_resources_eepget

10 lines
275 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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 "$@"