From ce0e0b2004392a38141084ba34024874802e30f8 Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Sat, 31 Dec 2011 20:38:29 +0000 Subject: [PATCH] Fix typo (s/stip/strip/), thanks k0e --- installer/lib/wrapper/freebsd/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/lib/wrapper/freebsd/README.txt b/installer/lib/wrapper/freebsd/README.txt index db9b5e39fd..a5c718b5f2 100644 --- a/installer/lib/wrapper/freebsd/README.txt +++ b/installer/lib/wrapper/freebsd/README.txt @@ -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 -- GitLab