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
318 B

7 years ago
  1. --- a/pano2vr.sh
  2. +++ b/pano2vr.sh
  3. @@ -1,6 +1,6 @@
  4. #!/bin/sh
  5. appname=pano2vr
  6. -dirname="$( cd "$(dirname "$0")" ; pwd -P )"
  7. +dirname="$( cd "/opt/$appname" ; pwd -P )"
  8. cd $dirname
  9. # Set the absolute path for the Qt library
  10. # I know this is a not a nice solution, but this was the only way I got the webview working