[23132] in Source-Commits
/svn/athena r22794 - trunk/athena/bin/firefox-wrapper
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Mon Mar 17 21:07:55 2008
Date: Mon, 17 Mar 2008 21:07:23 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200803180107.VAA25988@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-03-17 21:07:22 -0400 (Mon, 17 Mar 2008)
New Revision: 22794
Modified:
trunk/athena/bin/firefox-wrapper/firefox.sh
Log:
Make the firefox wrapper actually work
* firefox.sh: Fix typo in test for distribution.
* debian/rules: remove unecessary lsb_release code, now that the
relevant distribution test is in firefox.sh.
* debian/control.in: move lsb_release from build-depends to depends.
Modified: trunk/athena/bin/firefox-wrapper/firefox.sh
===================================================================
--- trunk/athena/bin/firefox-wrapper/firefox.sh 2008-03-14 22:06:59 UTC (rev 22793)
+++ trunk/athena/bin/firefox-wrapper/firefox.sh 2008-03-18 01:07:22 UTC (rev 22794)
@@ -12,7 +12,7 @@
# applications.
lockers="infoagents acro"
-if [ $(lsb_release --short --id) == "Debian" ]; then
+if [ $(lsb_release --short --id) = "Debian" ]; then
firefox_libdir=/usr/lib/iceweasel
else
firefox_libdir=/usr/lib/firefox