[Bash-completion-commits] ./current r1190: Fixed mplayer -skin completion (Closes: #501473)
David Paleino
d.paleino at gmail.com
Fri Oct 10 19:01:59 UTC 2008
------------------------------------------------------------
revno: 1190
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Fri 2008-10-10 21:01:59 +0200
message:
Fixed mplayer -skin completion (Closes: #501473)
modified:
bash_completion
debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion 2008-09-27 10:58:42 +0000
+++ b/bash_completion 2008-10-10 19:01:59 +0000
@@ -5771,12 +5771,12 @@
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'
=== modified file 'debian/changelog'
--- a/debian/changelog 2008-09-27 10:25:19 +0000
+++ b/debian/changelog 2008-10-10 19:01:59 +0000
@@ -27,6 +27,7 @@
* 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 at gmail.com> Sat, 27 Sep 2008 12:23:51 +0200
More information about the Bash-completion-commits
mailing list