[the-board] [the-board] Update wildcard for xulrunner directories



commit a6181d4dbc78ef4e70cc14061d3e841812fb4498
Author: Lucas Rocha <lucasr gnome org>
Date:   Fri Mar 25 19:27:49 2011 +0000

    [the-board] Update wildcard for xulrunner directories
    
    Using /usr/lib/xulrunner-2.0* should cover all cases in Natty now.

 src/the-board.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/the-board.in b/src/the-board.in
index 61868c6..bbc4c36 100644
--- a/src/the-board.in
+++ b/src/the-board.in
@@ -10,7 +10,7 @@ fi
 # http://bugzilla.gnome.org/show_bug.cgi?id=573413
 MOZJS_LD_LIBRARY_PATH=""
 
-for i in /usr/lib/xulrunner-2.0b* /usr/lib/xulrunner-2.0.0.* ; do
+for i in /usr/lib/xulrunner-2.0* ; do
    if [ -f ${i}/libmozjs.so ] ; then
        MOZJS_LD_LIBRARY_PATH=${i}
        break



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]