pkgs-ipredia-org / i2p

i2p
1 stars 1 forks source link

incorrect user_home by izpack in mock #6

Closed mattias-ohlsson closed 11 years ago

mattias-ohlsson commented 11 years ago

Wrong path to home in i2prouter.

I2P_CONFIG_DIR="$HOME/.i2p"

mock result: I2P_CONFIG_DIR="/builddir/.i2p"

Original source i2prouter

# Paths
# Note that (percent)INSTALL_PATH, (percent)USER_HOME,  and (percent)SYSTEM_java_io_tmpdir
# should have been replaced by the izpack installer.
# If you did not run the installer, replace them with the appropriate paths.
I2P="%INSTALL_PATH"
I2P_CONFIG_DIR="%USER_HOME/.i2p"
mattias-ohlsson commented 11 years ago

fixed in i2p-0.9.2-1