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.

11 lines
320 B

7 years ago
  1. --- a/pano2vr.sh 2014-07-28 11:27:33.911207314 +0200
  2. +++ b/pano2vr.sh 2014-07-28 11:33:30.961219971 +0200
  3. @@ -1,6 +1,6 @@
  4. #!/bin/sh
  5. appname=pano2vr
  6. -dirname="`dirname $0`"
  7. +dirname="/opt/$appname"
  8. unset QT_PLUGIN_PATH
  9. export LD_LIBRARY_PATH="$dirname/qtlib"
  10. "$dirname/bin/$appname" "$@"
  11. \ No newline at end of file