diff options
Diffstat (limited to 'graphics/autopano-sift/files/patch-bin-autopano-complete.sh')
-rw-r--r-- | graphics/autopano-sift/files/patch-bin-autopano-complete.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/autopano-sift/files/patch-bin-autopano-complete.sh b/graphics/autopano-sift/files/patch-bin-autopano-complete.sh new file mode 100644 index 000000000000..383756b3a077 --- /dev/null +++ b/graphics/autopano-sift/files/patch-bin-autopano-complete.sh @@ -0,0 +1,15 @@ +--- bin/autopano-complete.sh.orig Sat Apr 9 05:40:12 2005 ++++ bin/autopano-complete.sh Wed Apr 12 12:14:10 2006 +@@ -7,10 +7,10 @@ + MONO=$(which mono) + + # Set this to the directory you installed autopano-sift into, for example +-#AUTOPANO_PATH=/usr/local/autopano-sift/bin ++AUTOPANO_PATH=/usr/local/share/autopano-sift + # Do not use a trailing backslash. If the executeables are within your path + # (recommended, you can leave the line below). +-AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) ++#AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) + + usage() + { |