summaryrefslogtreecommitdiff
path: root/security/i2p/files/patch-installer-resources-postinstall.sh
blob: 99f40b2f1706436ba70006ac134fdc6be55b0a02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- installer/resources/postinstall.sh.orig	2014-07-28 20:57:21.000000000 +0200
+++ installer/resources/postinstall.sh	2014-07-28 20:58:49.000000000 +0200
@@ -53,7 +53,7 @@
         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/
         ;;