Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > cbfb49340e5b27eb9c789fcfcd15455f > files > 20

mozilla-thunderbird-3.1.15-1.mga1.src.rpm

--- mozilla/build/unix/run-mozilla.sh	2010-04-22 12:21:44.821702569 +0200
+++ mozilla/build/unix/run-mozilla.sh.oden	2010-04-22 12:22:08.551545927 +0200
@@ -140,7 +140,12 @@
 	##
 	## Run the program
 	##
-	"$prog" ${1+"$@"}
+	if [ -x /usr/bin/soundwrapper ]
+	then
+		/usr/bin/soundwrapper "$prog" ${1+"$@"}
+	else
+		"$prog" ${1+"$@"}
+	fi
 	exitcode=$?
 }
 ##########################################################################