ports/security/i2p/files/patch-installer_resources_postinstall.sh
Bernhard Froehlich 5c79d5063f security/i2p:
- Update to 0.9.45
- Pass maintainership to submitter
- Update Makefile to make portlint happy
- Disabled unused java-doc
- Add pkg-message for usage notes, since current wrapper implementation is broken
- Removed couple of MASTERSITES since most do not offer the source anymore

PR:		245656
Submitted by:	Michael Muenz <m.muenz@gmail.com> (maintainer)
2020-05-16 06:51:23 +00:00

11 lines
525 B
Bash

--- installer/resources/postinstall.sh.orig 2020-02-24 17:37:40 UTC
+++ installer/resources/postinstall.sh
@@ -57,7 +57,7 @@ case $HOST_OS in
else
wrapperpath="./lib/wrapper/linux64"
# the 32bit libwrapper.so will be needed if a 32 bit jvm is used
- cp ./lib/wrapper/linux/libwrapper.so ./lib/libwrapper-linux-x86-32.so
+ cp ./lib/wrapper/freebsd/libwrapper.so ./lib/libwrapper-freebsd-x86-32.so
fi
cp ${wrapperpath}/libwrapper.so ./lib/
;;