Package: mplayer
Version: 1.0~rc1-11
Tags: patch

"binary_codecs.sh" should specify umask, or use some other method to
ensure that the content it installs is world-readable. Currently this
does not happen if default umask is 0027 for example.

The laziest fix attached.

--- binary_codecs.sh.old	2007-01-10 15:28:13.000000000 +0200
+++ binary_codecs.sh	2007-01-10 16:17:58.000000000 +0200
@@ -1,5 +1,6 @@
 #!/bin/sh
 set -e
+umask 0022
 
 # This script will download binary codecs for MPlayer unto a Debian system.
 

Reply via email to