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

Skip to content
Snippets Groups Projects
Commit 2d20ac6f authored by hypercubus's avatar hypercubus Committed by zzz
Browse files

removed unintentional duplicate copy of 'i2psvc' from 'lib/'

parent 944d4676
No related branches found
No related tags found
No related merge requests found
...@@ -32,15 +32,19 @@ fi ...@@ -32,15 +32,19 @@ fi
case $HOST_OS in case $HOST_OS in
debian | fedora | gentoo | linux | mandrake | redhat | suse ) debian | fedora | gentoo | linux | mandrake | redhat | suse )
wrapperpath="./lib/wrapper/linux" wrapperpath="./lib/wrapper/linux"
cp $wrapperpath/libwrapper.so ./lib/
;; ;;
freebsd ) freebsd )
wrapperpath="./lib/wrapper/freebsd" wrapperpath="./lib/wrapper/freebsd"
cp $wrapperpath/libwrapper.so ./lib/
;; ;;
osx ) osx )
wrapperpath="./lib/wrapper/macosx" wrapperpath="./lib/wrapper/macosx"
cp $wrapperpath/libwrapper.jnilib ./lib/
;; ;;
solaris ) solaris )
wrapperpath="./lib/wrapper/solaris" wrapperpath="./lib/wrapper/solaris"
cp $wrapperpath/libwrapper.so ./lib/
;; ;;
* ) * )
echo "$ERROR_MSG" echo "$ERROR_MSG"
...@@ -48,8 +52,8 @@ case $HOST_OS in ...@@ -48,8 +52,8 @@ case $HOST_OS in
;; ;;
esac esac
cp $wrapperpath/wrapper.jar ./lib/
cp $wrapperpath/i2psvc . cp $wrapperpath/i2psvc .
chmod 744 ./i2psvc chmod 744 ./i2psvc
cp $wrapperpath/* ./lib/
./i2prouter start ./i2prouter start
exit 0 exit 0
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