diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2008-01-20 17:56:17 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2008-01-20 17:56:17 +0000 |
commit | f13a0428dbb7f2b9bc6e953e0526022acd1b49a9 (patch) | |
tree | cb77e5ab1da0a1024a0bf902083b165a72476994 /media-plugins/vdr-music/files | |
parent | Initial commit. (diff) | |
download | historical-f13a0428dbb7f2b9bc6e953e0526022acd1b49a9.tar.gz historical-f13a0428dbb7f2b9bc6e953e0526022acd1b49a9.tar.bz2 historical-f13a0428dbb7f2b9bc6e953e0526022acd1b49a9.zip |
fixed typo in *-gentoo.diff; Thanks to Holymoly @ vdrportal.de
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'media-plugins/vdr-music/files')
-rw-r--r-- | media-plugins/vdr-music/files/vdr-music-0.2.0-gentoo.diff | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-plugins/vdr-music/files/vdr-music-0.2.0-gentoo.diff b/media-plugins/vdr-music/files/vdr-music-0.2.0-gentoo.diff index a547d6c18a1b..5d18f840884d 100644 --- a/media-plugins/vdr-music/files/vdr-music-0.2.0-gentoo.diff +++ b/media-plugins/vdr-music/files/vdr-music-0.2.0-gentoo.diff @@ -63,11 +63,12 @@ diff -Naur music-0.2.0.orig/music/data/webstreams.dat music-0.2.0/music/data/web - * Genre Top 10 *? : echo "/VDR/bin/shout2vdr.sh 'TopTen'" | at now; + * Genre Top 10 *? : echo "/usr/share/vdr/shoutcast2vdr/shoutcast2vdr 'TopTen'" | at now; #---- Electronic ---------------------------------------------------------------------------- : echo - * Genre Dance *? : echo "/VDR/bin/shout2vdr.sh 'Disco'" | at now; +- * Genre Dance *? : echo "/VDR/bin/shout2vdr.sh 'Disco'" | at now; - * Genre Club *? : echo "/VDR/bin/shout2vdr.sh 'Club'" | at now; - * Genre House *? : echo "/VDR/bin/shout2vdr.sh 'House'" | at now; - * Genre Trance *? : echo "/VDR/bin/shout2vdr.sh 'Trance'" | at now; - * Genre Techno *? : echo "/VDR/bin/shout2vdr.sh 'Techno'" | at now; ++ * Genre Dance *? : echo "/usr/share/vdr/shoutcast2vdr/shoutcast2vdr 'Disco' | at now; + * Genre Club *? : echo "/usr/share/vdr/shoutcast2vdr/shoutcast2vdr 'Club'" | at now; + * Genre House *? : echo "/usr/share/vdr/shoutcast2vdr/shoutcast2vdr 'House'" | at now; + * Genre Trance *? : echo "/usr/share/vdr/shoutcast2vdr/shoutcast2vdr 'Trance'" | at now; |