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

Skip to content
Snippets Groups Projects
Commit ce0e0b20 authored by kytv's avatar kytv
Browse files

Fix typo (s/stip/strip/), thanks k0e

parent fa0b7d9a
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ Omit "compile-c-unix" from the command-lines if you want to compile
wrapper.jar too.
Then strip the binaries:
strip --stip-unneeded bin/wrapper lib/libwrapper.so
strip --strip-unneeded bin/wrapper lib/libwrapper.so
...and turn off the executable bit:
chmod 644 bin/wrapper lib/libwrapper.so
......
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