r7213 - dumbhippo/trunk/client/linux
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r7213 - dumbhippo/trunk/client/linux
- Date: Tue, 15 Jan 2008 16:01:11 -0600 (CST)
Author: walters
Date: 2008-01-15 16:01:11 -0600 (Tue, 15 Jan 2008)
New Revision: 7213
Modified:
dumbhippo/trunk/client/linux/firefox-update.sh
Log:
Also look for a plain executable "firefox".
Modified: dumbhippo/trunk/client/linux/firefox-update.sh
===================================================================
--- dumbhippo/trunk/client/linux/firefox-update.sh 2008-01-15 21:34:14 UTC (rev 7212)
+++ dumbhippo/trunk/client/linux/firefox-update.sh 2008-01-15 22:01:11 UTC (rev 7213)
@@ -15,7 +15,7 @@
fi
link=$d/extensions/firefox mugshot org
target=$libdir/mugshot/firefox
- if [ -e $target -a -e $d/firefox-bin -a -d $d/extensions -a ! -L $link ] ; then
+ if [ -e $target -a \( -e $d/firefox-bin -o -e $d/firefox \) -a -d $d/extensions -a ! -L $link ] ; then
ln -s $target $link
fi
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]