Mercurial > mplayer.hg
changeset 32398:68722c75c922
use 'dpkg --print-architecture'
the option --print-installation-architecture is deprecated
author | siretart |
---|---|
date | Wed, 13 Oct 2010 15:02:00 +0000 |
parents | b3110e526e19 |
children | 8f3293925a93 |
files | TOOLS/binary_codecs.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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