Hello,
  here is one of the two patches by Tomas Janousek which actually
brought my attention to brltty.

Please keep Tomas cc'ed if there are questions about the patch.

BTW, for the mutt users here: if you use the 'L' -- list reply, the
reply should automatically be cc'ed to Tomas (who is not subscribed,
AFAIK).  This might require adding "subscribe [email protected]" to
your .muttrc, though.

Have a nice day,
        Stepan Kasal
Fix the Tcl binding install script -- did not install to /usr/lib64.

Signed-off-by: Tomas Janousek <[EMAIL PROTECTED]>
Reviewed-by: Stepan Kasal <[EMAIL PROTECTED]>
---

--- brltty-3.8/Bindings/Tcl/pkgutil.lib64       2007-06-04 15:20:32.000000000 
+0200
+++ brltty-3.8/Bindings/Tcl/pkgutil     2007-08-21 15:08:46.000000000 +0200
@@ -31,7 +31,7 @@
             }
             set directory [eval file join / [lrange $components $rootCount 
end]]
 
-            if {[string equal [file tail $directory] lib]} {
+            if {[string equal [file tail $directory] lib] || [string equal 
[file tail $directory] lib64]} {
                global optionValues packageName packageVersion
                return [file join "$optionValues(root)$directory" 
"$packageName-$packageVersion"]
             }
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to