Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
218 B

--- a/photoscan.sh
+++ b/photoscan.sh
@@ -7,6 +7,7 @@
if [ "${dirname%$tmp}" != "/" ]; then
dirname=$PWD/$dirname
fi
+unset QT_PLUGIN_PATH
LD_LIBRARY_PATH=$dirname
export LD_LIBRARY_PATH
"$dirname/$appname" "$@"