diff options
author | 2004-09-03 22:42:01 +0000 | |
---|---|---|
committer | 2004-09-03 22:42:01 +0000 | |
commit | 30fc0965856a57a619263358c99fc1023bcf8fb8 (patch) | |
tree | 1639c8933c814f51236bf2303120e05ddbbdbb91 | |
parent | Marked ~amd64, resolves 58522. (diff) | |
download | historical-30fc0965856a57a619263358c99fc1023bcf8fb8.tar.gz historical-30fc0965856a57a619263358c99fc1023bcf8fb8.tar.bz2 historical-30fc0965856a57a619263358c99fc1023bcf8fb8.zip |
Fixing preset directory needing trailing slash in the config file.
-rw-r--r-- | media-sound/shoutcast-server-bin/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/shoutcast-server-bin/Manifest | 6 | ||||
-rw-r--r-- | media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/media-sound/shoutcast-server-bin/ChangeLog b/media-sound/shoutcast-server-bin/ChangeLog index 042acbc18128..32d19406c7bd 100644 --- a/media-sound/shoutcast-server-bin/ChangeLog +++ b/media-sound/shoutcast-server-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/shoutcast-server-bin # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.3 2004/09/03 17:28:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.4 2004/09/03 22:42:01 chriswhite Exp $ + + 04 Sep 2004; Chris White <chriswhite@gentoo.org> + shoutcast-server-bin-1.9.4.ebuild: + Added / to the pre-set directory for content in the ebuild. Things break if it + isn't included. 03 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> metadata.xml: Stable amd64, x86. diff --git a/media-sound/shoutcast-server-bin/Manifest b/media-sound/shoutcast-server-bin/Manifest index 701d3f4bd7bd..e4c0e5c260d7 100644 --- a/media-sound/shoutcast-server-bin/Manifest +++ b/media-sound/shoutcast-server-bin/Manifest @@ -1,5 +1,5 @@ -MD5 eb7e088f760a8c946d161291944fc91e ChangeLog 680 +MD5 89292957ba42160ae8230ccac6f5012e shoutcast-server-bin-1.9.4.ebuild 2205 MD5 dbafe0153b3ee5f599d5dbeac4aa3210 metadata.xml 224 -MD5 200231968c95e148bc768618b413c44c shoutcast-server-bin-1.9.4.ebuild 2204 -MD5 2b2d3020957f2bffc04141a0f2135693 files/digest-shoutcast-server-bin-1.9.4 80 +MD5 def4ffe0a3a62ecbbdf7026c871388a5 ChangeLog 868 MD5 572233fa66d4a99eea2c5e1e578fc357 files/shoutcast 853 +MD5 2b2d3020957f2bffc04141a0f2135693 files/digest-shoutcast-server-bin-1.9.4 80 diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild index 16994d37b3af..b27b20261add 100644 --- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild +++ b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild,v 1.2 2004/09/03 17:28:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild,v 1.3 2004/09/03 22:42:01 chriswhite Exp $ inherit eutils @@ -42,7 +42,7 @@ src_install() { # sets up a default content directory for on demand streaming dodir /opt/shoutcast/content - sed -e "s:; ContentDir=./content:ContentDir=/opt/shoutcast/content:" -i sc_serv.conf + sed -e "s:; ContentDir=./content:ContentDir=/opt/shoutcast/content/:" -i sc_serv.conf #install the configuration file dodir /etc/shoutcast |