I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit aa8fd85d authored by zzz's avatar zzz
Browse files

Fix eepget Deb classpath via patch 0001

Launchpad doc tweaks
parent bc6583fe
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,9 @@ Creating milestone, release, and uploading files ...@@ -134,6 +134,9 @@ Creating milestone, release, and uploading files
You must first create a milestone, then create a release You must first create a milestone, then create a release
and attach it to the milestone. and attach it to the milestone.
(Enable referer sending in your browser if necessary)
Go to https://launchpad.net/i2p/trunk Go to https://launchpad.net/i2p/trunk
Down at bottom, click 'create milestone' Down at bottom, click 'create milestone'
Name: 0.9.xx (NOT i2p 0.9.xx) Name: 0.9.xx (NOT i2p 0.9.xx)
...@@ -160,7 +163,7 @@ For each of the four files ...@@ -160,7 +163,7 @@ For each of the four files
Sig: i2pinstall_0.9.xx_windows.exe.sig Sig: i2pinstall_0.9.xx_windows.exe.sig
File Content Type: Installer File File Content Type: Installer File
i2pinstall_0.9.xx.jar i2pinstall_0.9.xx.jar
Description: I2P 0.9.xx Installer (Linux / OSX / FreeBSD / Solaris) Description: I2P 0.9.xx Installer (Linux / OSX / FreeBSD / Solaris / Mac)
Sig: i2pinstall_0.9.xx.jar.sig Sig: i2pinstall_0.9.xx.jar.sig
File Content Type: Installer File File Content Type: Installer File
i2pupdate_0.9.xx.zip i2pupdate_0.9.xx.zip
......
...@@ -19,8 +19,9 @@ Debian wrapper.config to try to prevent confusion. ...@@ -19,8 +19,9 @@ Debian wrapper.config to try to prevent confusion.
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
-I2P="%INSTALL_PATH" -I2P="%INSTALL_PATH"
-java -cp "$I2P/lib/i2p.jar" net.i2p.util.EepGet "$@"
+I2P="/usr/share/i2p" +I2P="/usr/share/i2p"
java -cp "$I2P/lib/i2p.jar" net.i2p.util.EepGet "$@" +java -cp "$I2P/lib/i2p.jar:/usr/share/java/gnu-getopt.jar" net.i2p.util.EepGet "$@"
--- a/installer/resources/i2prouter --- a/installer/resources/i2prouter
+++ b/installer/resources/i2prouter +++ b/installer/resources/i2prouter
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment