summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-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