diff options
author | Chris White <chriswhite@gentoo.org> | 2004-09-03 22:42:01 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-09-03 22:42:01 +0000 |
commit | a82a0087874928836f1b42c29babdfc93f0d5144 (patch) | |
tree | 04376c8cbb1c1c9d721832e71ab4d7f6659a9ea0 /media-sound/shoutcast-server-bin | |
parent | Marked ~amd64, resolves 58522. (Manifest recommit) (diff) | |
download | gentoo-2-a82a0087874928836f1b42c29babdfc93f0d5144.tar.gz gentoo-2-a82a0087874928836f1b42c29babdfc93f0d5144.tar.bz2 gentoo-2-a82a0087874928836f1b42c29babdfc93f0d5144.zip |
Fixing preset directory needing trailing slash in the config file.
Diffstat (limited to 'media-sound/shoutcast-server-bin')
-rw-r--r-- | media-sound/shoutcast-server-bin/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild | 4 |
2 files changed, 8 insertions, 3 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/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 |