summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-02-28 20:50:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-02-28 20:50:22 +0000
commitbef3189dea972afa1c48d3086ce4b6f5a307ba0d (patch)
tree1912b1b7ff8687e79c5f18e4c8fec08dd32acdae /app-crypt/gorilla/files
parentIntegrated some improvements from My Th <rei4dan@gmail.com> in bug 212212. (diff)
downloadhistorical-bef3189dea972afa1c48d3086ce4b6f5a307ba0d.tar.gz
historical-bef3189dea972afa1c48d3086ce4b6f5a307ba0d.tar.bz2
historical-bef3189dea972afa1c48d3086ce4b6f5a307ba0d.zip
Initial import. Fixes #140393. Ebuild contributed by Ben Timby
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-crypt/gorilla/files')
-rw-r--r--app-crypt/gorilla/files/gorilla-script-destdir.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-crypt/gorilla/files/gorilla-script-destdir.patch b/app-crypt/gorilla/files/gorilla-script-destdir.patch
new file mode 100644
index 000000000000..e18fcd80e3ec
--- /dev/null
+++ b/app-crypt/gorilla/files/gorilla-script-destdir.patch
@@ -0,0 +1,17 @@
+--- gorilla-1.4/gorilla.in 2006-07-14 13:29:33.000000000 -0400
++++ gorilla-1.4/gorilla.in.new 2006-07-14 13:33:01.000000000 -0400
+@@ -1,10 +1,13 @@
+ #! /bin/sh
+ # the next line restarts using wish \
+ exec @wish@ "$0" ${1+"$@"}
++
+ set myName [info script]
++set myGorilla /opt/gorilla-1.4/gorilla.tcl
++
+ if {![catch {
+ set linkName [file readlink $myName]
+ }]} {
+ set myName $linkName
+ }
+-source [file join [file dirname $myName] gorilla.tcl]
++source [file join [file dirname $myName] $myGorilla]