~ubuntu-branches/ubuntu/gutsy/firefox/gutsy-security

« back to all changes in this revision

Viewing changes to debian/patches/bz384304_lp117575_linkrecursion_fix_in_startscript.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2007-06-25 10:38:55 UTC
  • Revision ID: james.westby@ubuntu.com-20070625103855-8w7ne2r2od8ufci6
Tags: 2.0.0.4+2-0ubuntu2
Cherry pick release for tribe-2:
* debian/docs, debian/MPL: ship MPL (LP: #119814)
* debian/patches/bz384304_lp117575_linkrecursion_fix_in_startscript.patch,
  debian/patches/series: patch to fix symlink handling of startup-script
  by Hilario Montoliu <hmontoliu@gmail.com> - (LP: #117575).
* debian/apport/firefox.py, debian/firefox.install: new apport hook for
  firefox by Hilario J. Montoliu <hmontoliu@gmail.com>; install hook to
  /usr/share/apport/package-hooks/ (LP: #88506)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- ./browser/app/mozilla.in    2005-09-20 23:13:03.000000000 +0200
 
2
+++ ./browser/app/mozilla.in    2007-06-13 16:36:16.000000000 +0200
 
3
@@ -111,6 +111,7 @@
 
4
     bn=`basename "$progname"`
 
5
     cd `dirname "$progname"`
 
6
     progname=`/bin/ls -l "$bn" | sed -e 's/^.* -> //' `
 
7
+    progbase=`basename "$progname"`
 
8
     if [ ! -x "$progname" ]; then
 
9
       break
 
10
     fi