blob: e14b8973fa1ac0d3df2d54d103c6b9772dff8dc7 (
plain)
1
2
3
4
5
6
7
8
9
|
--- QfinderPro.sh 2024-12-25 22:27:36.000000000 -0500
+++ QfinderPro.sh 2025-02-21 10:40:00.000000000 -0500
@@ -10,5 +10,5 @@
dirname=$PWD/$dirname
fi
LD_LIBRARY_PATH="$dirname/lib"
-export LD_LIBRARY_PATH=/usr/local/lib/QNAP/QfinderPro
+export LD_LIBRARY_PATH=/usr/lib/QNAP/QfinderPro
$dirname/$appname "$@"
|