From 84f15a349c661f5601c85e9d20feadc0f36cae9f Mon Sep 17 00:00:00 2001 From: David Paleino Date: Fri, 10 Oct 2008 21:01:59 +0200 Subject: [PATCH] Fixed mplayer -skin completion (Closes: #501473) --- bash_completion | 4 ++-- debian/changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bash_completion b/bash_completion index 18790aab..3455dcc0 100644 --- a/bash_completion +++ b/bash_completion @@ -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' diff --git a/debian/changelog b/debian/changelog index 92e1c409..82420b66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 27 Sep 2008 12:23:51 +0200