[MPlayer-cvslog] r32484 - trunk/TOOLS/binary_codecs.sh
siretart
subversion at mplayerhq.hu
Wed Oct 13 17:02:00 CEST 2010
Author: siretart
Date: Wed Oct 13 17:02:00 2010
New Revision: 32484
Log:
use 'dpkg --print-architecture'
the option --print-installation-architecture is deprecated
Modified:
trunk/TOOLS/binary_codecs.sh
Modified: trunk/TOOLS/binary_codecs.sh
==============================================================================
--- trunk/TOOLS/binary_codecs.sh Wed Oct 13 00:08:46 2010 (r32483)
+++ trunk/TOOLS/binary_codecs.sh Wed Oct 13 17:02:00 2010 (r32484)
@@ -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
More information about the MPlayer-cvslog
mailing list