# HG changeset patch # User siretart # Date 1286982120 0 # Node ID 68722c75c922c078595693a4348b9d4e82b6d8bf # Parent b3110e526e19d21d9e1b3d7cc163739d3564df87 use 'dpkg --print-architecture' the option --print-installation-architecture is deprecated diff -r b3110e526e19 -r 68722c75c922 TOOLS/binary_codecs.sh --- a/TOOLS/binary_codecs.sh Tue Oct 12 22:08:46 2010 +0000 +++ b/TOOLS/binary_codecs.sh Wed Oct 13 15:02:00 2010 +0000 @@ -13,7 +13,7 @@ PREFDIR=/var/lib/mplayer/prefs MYSITE='http://people.debian.org/~mennucc1/mplayer' -dpkgarch=$(dpkg --print-installation-architecture) +dpkgarch=$(dpkg --print-architecture) [ -d $PREFDIR ] || mkdir -v $PREFDIR [ -d $CODECDIR ] || mkdir -v $CODECDIR