forked from I2P_Developers/i2p.i2p
fix bashim in i2prouter
This commit is contained in:
2
debian/patches/0001-path-substitution.patch
vendored
2
debian/patches/0001-path-substitution.patch
vendored
@@ -41,7 +41,7 @@ Debian wrapper.config to try to prevent confusion.
|
|||||||
-# should have been replaced by the izpack installer.
|
-# should have been replaced by the izpack installer.
|
||||||
-# If you did not run the installer, replace them with the appropriate paths.
|
-# If you did not run the installer, replace them with the appropriate paths.
|
||||||
-I2P="%INSTALL_PATH"
|
-I2P="%INSTALL_PATH"
|
||||||
-if [ "`uname -s`" == "Darwin" ]; then
|
-if [ "`uname -s`" = "Darwin" ]; then
|
||||||
- if [ -d "%USER_HOME/Library/Application Support" ]; then
|
- if [ -d "%USER_HOME/Library/Application Support" ]; then
|
||||||
- I2P_CONFIG_DIR="%USER_HOME/Library/Application Support/i2p"
|
- I2P_CONFIG_DIR="%USER_HOME/Library/Application Support/i2p"
|
||||||
- else
|
- else
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
# should have been replaced by the izpack installer.
|
# should have been replaced by the izpack installer.
|
||||||
# If you did not run the installer, replace them with the appropriate paths.
|
# If you did not run the installer, replace them with the appropriate paths.
|
||||||
I2P="%INSTALL_PATH"
|
I2P="%INSTALL_PATH"
|
||||||
if [ "`uname -s`" == "Darwin" ]; then
|
if [ "`uname -s`" = "Darwin" ]; then
|
||||||
if [ -d "%USER_HOME/Library/Application Support" ]; then
|
if [ -d "%USER_HOME/Library/Application Support" ]; then
|
||||||
I2P_CONFIG_DIR="%USER_HOME/Library/Application Support/i2p"
|
I2P_CONFIG_DIR="%USER_HOME/Library/Application Support/i2p"
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user