Fixed mplayer -skin completion (Closes: #501473)
This commit is contained in:
parent
2df67cecb4
commit
84f15a349c
@ -5771,12 +5771,12 @@ _mplayer()
|
||||
return 0
|
||||
;;
|
||||
-skin)
|
||||
# if you don't have installed mplayer in /usr/local you
|
||||
# if you don't have installed mplayer in /usr you
|
||||
# may want to set the MPLAYER_SKINS_DIR global variable
|
||||
if [ -n "$MPLAYER_SKINS_DIR" ]; then
|
||||
skinsdir=$MPLAYER_SKINS_DIR
|
||||
else
|
||||
skinsdir=/usr/local/share/mplayer/Skin
|
||||
skinsdir=/usr/share/mplayer/Skin
|
||||
fi
|
||||
|
||||
IFS=$'\t\n'
|
||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -27,6 +27,7 @@ bash-completion (200809xx) UNRELEASED; urgency=low
|
||||
* Added gksudo, gksu, kdesudo completion
|
||||
* Added apache2ctl completion
|
||||
* Added gpg2 completion (Closes: #489927)
|
||||
* Fixed mplayer -skin completion (Closes: #501473)
|
||||
* debian/links fixed (Closes: #494292)
|
||||
|
||||
-- David Paleino <d.paleino@gmail.com> Sat, 27 Sep 2008 12:23:51 +0200
|
||||
|
Loading…
x
Reference in New Issue
Block a user