summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-24 22:46:34 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-24 22:46:34 +0000
commit8c41803c7a25dd70af3cbad7b1f5d4236ee5c951 (patch)
treeed4c4a2f68d23de66c3c7c0b5c0f586823becc57 /media-sound/gnump3d/gnump3d-2.7.ebuild
parentVersion bump (Manifest recommit) (diff)
downloadgentoo-2-8c41803c7a25dd70af3cbad7b1f5d4236ee5c951.tar.gz
gentoo-2-8c41803c7a25dd70af3cbad7b1f5d4236ee5c951.tar.bz2
gentoo-2-8c41803c7a25dd70af3cbad7b1f5d4236ee5c951.zip
Do mp3 indexing in init file. Closes bug #48828.
Diffstat (limited to 'media-sound/gnump3d/gnump3d-2.7.ebuild')
-rw-r--r--media-sound/gnump3d/gnump3d-2.7.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/media-sound/gnump3d/gnump3d-2.7.ebuild b/media-sound/gnump3d/gnump3d-2.7.ebuild
index 8db76f0d714e..e761fc7f223b 100644
--- a/media-sound/gnump3d/gnump3d-2.7.ebuild
+++ b/media-sound/gnump3d/gnump3d-2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-2.7.ebuild,v 1.2 2004/03/31 22:44:40 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-2.7.ebuild,v 1.3 2004/04/24 22:46:34 eradicator Exp $
DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files"
HOMEPAGE="http://www.gnump3d.org/"
@@ -48,6 +48,10 @@ src_install() {
exeinto /etc/init.d
newexe ${FILESDIR}/${PN}.init.d gnump3d
+
+ insinto /etc/conf.d
+ newins ${FILESDIR}/${PN}.conf.d gnump3d
+
dodir /etc/env.d
cat >${D}/etc/env.d/50gnump3d <<EOF
# PERL5LIB="${LIBDIR}"