/[packages]/cauldron/firefox/current/SOURCES/mozilla-firefox-run-mozilla.patch
ViewVC logotype

Contents of /cauldron/firefox/current/SOURCES/mozilla-firefox-run-mozilla.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20612 - (show annotations) (download)
Sun Jan 16 22:32:37 2011 UTC (13 years, 3 months ago) by blino
File size: 399 byte(s)
imported package firefox
1 --- mozilla/build/unix/run-mozilla.sh.run-mozilla 2005-10-01 07:36:47.000000000 +0200
2 +++ mozilla/build/unix/run-mozilla.sh 2006-02-09 07:13:54.000000000 +0100
3 @@ -163,7 +163,12 @@
4 ##
5 ## Run the program
6 ##
7 - "$prog" ${1+"$@"}
8 + if [ -x /usr/bin/soundwrapper ]
9 + then
10 + /usr/bin/soundwrapper "$prog" ${1+"$@"}
11 + else
12 + "$prog" ${1+"$@"}
13 + fi
14 exitcode=$?
15 if [ "$DEBUG_CORE_FILES" ]
16 then

  ViewVC Help
Powered by ViewVC 1.1.30