TOOLS/binary_codecs.sh: fix obsolete dpkg syntax

Use 'dpkg --print-architecture', the option
--print-installation-architecture is deprecated.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32484 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
siretart 2010-10-13 15:02:00 +00:00 committed by Uoti Urpala
parent 34e211820d
commit b1f187eb48
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ CODECDIR=/usr/lib/codecs
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