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

7 years ago
  1. --- a/photoscan.sh
  2. +++ b/photoscan.sh
  3. @@ -7,6 +7,7 @@
  4. if [ "${dirname%$tmp}" != "/" ]; then
  5. dirname=$PWD/$dirname
  6. fi
  7. +unset QT_PLUGIN_PATH
  8. LD_LIBRARY_PATH=$dirname
  9. export LD_LIBRARY_PATH
  10. "$dirname/$appname" "$@"