mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 14:56:55 +00:00
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:
parent
34e211820d
commit
b1f187eb48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user