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

Skip to content
Snippets Groups Projects
Commit ee66747d authored by meeh's avatar meeh
Browse files

Fix after review and install on fresh osx (lession learned: test clean installs)

parent ccb84837
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
<executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" /> <executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" />
<args><arg value="$INSTALL_PATH/Start I2P Router.app" /></args></executable> <args><arg value="$INSTALL_PATH/Start I2P Router.app" /></args></executable>
<executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" /> <executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" />
<args><arg value="$INSTALL_PATH/net.i2p.router.plist" /></args></executable> <args><arg value="$INSTALL_PATH/net.i2p.router.plist.template" /></args></executable>
<executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" /> <executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" />
<args><arg value="$INSTALL_PATH/install_i2p_service_osx.command" /></args></executable> <args><arg value="$INSTALL_PATH/install_i2p_service_osx.command" /></args></executable>
<executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" /> <executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" />
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Author: Meeh # Author: Meeh
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
shfile="tmp$$.sh" shfile="tmp$$.sh"
echo -n 'cat `pwd`/net.i2p.router.plist |' > `pwd`/$shfile echo -n 'cat `pwd`/net.i2p.router.plist.template |' > `pwd`/$shfile
echo -n "sed 's#USERNAME#`whoami`#' " >> `pwd`/$shfile echo -n "sed 's#USERNAME#`whoami`#' " >> `pwd`/$shfile
echo -n '| sed "s#COMMAND#`pwd`/i2prouter#" | sed "s#I2PPATH#`pwd`/#" > /Library/LaunchDaemons/net.i2p.router.plist' >> `pwd`/$shfile echo -n '| sed "s#COMMAND#`pwd`/i2prouter#" | sed "s#I2PPATH#`pwd`/#" > /Library/LaunchDaemons/net.i2p.router.plist' >> `pwd`/$shfile
chmod +x `pwd`/$shfile chmod +x `pwd`/$shfile
......
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