aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-25 17:49:56 +0200
committerMax Kellermann <max@duempel.org>2008-09-25 17:49:56 +0200
commit43e418ebd4086dd483d0ec727ddcabf375f7d360 (patch)
tree8680f6b618601eecba1fef2f9a864c99fe1e0b6e /Makefile.am
parente4a12c7faadb9ed9ddffa6164ea27813716fdce4 (diff)
downloadmpd-43e418ebd4086dd483d0ec727ddcabf375f7d360.tar.gz
mpd-43e418ebd4086dd483d0ec727ddcabf375f7d360.tar.xz
mpd-43e418ebd4086dd483d0ec727ddcabf375f7d360.zip
lyrics: replaced "hd.py" with "hd.sh"
Replace the "hd" plugin with a trivial shell script.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e4f289585..fd57ca369 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,7 @@ EXTRA_DIST = \
if LYRICS
lyrics_plugin_dir = @lyrics_plugin_dir@
-lyrics_plugins = hd.py leoslyrics.py lyricswiki.rb
+lyrics_plugins = hd.sh leoslyrics.py lyricswiki.rb
install-exec-local:
install -m 0755 -d $(DESTDIR)$(lyrics_plugin_dir)