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

This commit is contained in:
kytv
2011-12-31 20:38:29 +00:00
parent fa0b7d9acc
commit ce0e0b2004

View File

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