[23135] in Source-Commits
/svn/athena r22797 - in trunk/athena/bin/firefox-wrapper: . debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Mon Mar 17 21:49:31 2008
Date: Mon, 17 Mar 2008 21:49:00 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200803180149.VAA26466@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:49:00 -0400 (Mon, 17 Mar 2008)
New Revision: 22797
Modified:
trunk/athena/bin/firefox-wrapper/debian/control
trunk/athena/bin/firefox-wrapper/firefox.sh
Log:
- athena/bin/firefox-wrapper/firefox.sh: revert to running
/usr/bin/firefox.debathena-orig (rather than $firefox_libdir/firefox) so that
the script works on Debian.
Modified: trunk/athena/bin/firefox-wrapper/debian/control
===================================================================
--- trunk/athena/bin/firefox-wrapper/debian/control 2008-03-18 01:18:41 UTC (rev 22796)
+++ trunk/athena/bin/firefox-wrapper/debian/control 2008-03-18 01:49:00 UTC (rev 22797)
@@ -2,7 +2,7 @@
Section: debathena/web
Priority: extra
Maintainer: Debian-Athena Project <debathena@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.2.0), autoconf, debathena-config-build-common (>= 3.7~), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1)
+Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.2.0), autoconf, debathena-config-build-common (>= 3.7~)
Standards-Version: 3.7.2
Package: debathena-firefox-wrapper
Modified: trunk/athena/bin/firefox-wrapper/firefox.sh
===================================================================
--- trunk/athena/bin/firefox-wrapper/firefox.sh 2008-03-18 01:18:41 UTC (rev 22796)
+++ trunk/athena/bin/firefox-wrapper/firefox.sh 2008-03-18 01:49:00 UTC (rev 22797)
@@ -292,4 +292,4 @@
fi
fi
-exec $firefox_libdir/firefox "$@"
+exec /usr/bin/firefox.debathena-orig "$@"