summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiretart <siretart@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-10-13 15:02:00 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:37 +0200
commitb1f187eb48ae9b7e38c4e5bf5742e1959d7d550b (patch)
tree9b679d9c151ba8a670505cfbf5399af465cc608b
parent34e211820d23b4e0d2e86013531e919632f13eff (diff)
downloadmpv-b1f187eb48ae9b7e38c4e5bf5742e1959d7d550b.tar.bz2
mpv-b1f187eb48ae9b7e38c4e5bf5742e1959d7d550b.tar.xz
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
-rwxr-xr-xTOOLS/binary_codecs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/binary_codecs.sh b/TOOLS/binary_codecs.sh
index 410bede0f5..79fb0da953 100755
--- a/TOOLS/binary_codecs.sh
+++ b/TOOLS/binary_codecs.sh
@@ -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