summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2004-09-03 22:47:06 +0000
committerChris White <chriswhite@gentoo.org>2004-09-03 22:47:06 +0000
commit69fbeee64b4d2146c2a1ebe0c32444a4919770d7 (patch)
treed697427f0ec3f3fcac198572981fb12e101ff285 /media-sound/shoutcast-trans-bin
parentMarked ~amd64, resolves #58524. (Manifest recommit) (diff)
downloadgentoo-2-69fbeee64b4d2146c2a1ebe0c32444a4919770d7.tar.gz
gentoo-2-69fbeee64b4d2146c2a1ebe0c32444a4919770d7.tar.bz2
gentoo-2-69fbeee64b4d2146c2a1ebe0c32444a4919770d7.zip
Used keepdir instead of mkdir. Thanks to eradicator for pointing this out.
Diffstat (limited to 'media-sound/shoutcast-trans-bin')
-rw-r--r--media-sound/shoutcast-trans-bin/ChangeLog6
-rw-r--r--media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/shoutcast-trans-bin/ChangeLog b/media-sound/shoutcast-trans-bin/ChangeLog
index 2a0e80284d1e..506ea0994528 100644
--- a/media-sound/shoutcast-trans-bin/ChangeLog
+++ b/media-sound/shoutcast-trans-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/shoutcast-trans-bin
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/ChangeLog,v 1.1 2004/08/31 23:57:00 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/ChangeLog,v 1.2 2004/09/03 22:47:06 chriswhite Exp $
+
+ 04 Sep 2004; Chris White <chriswhite@gentoo.org>
+ shoutcast-trans-bin-0.4.0.ebuild:
+ Used keepdir instead of mkdir. Thanks to eradicator for pointing this out.
*shoutcast-trans-bin-0.4.0 (01 Sep 2004)
diff --git a/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0.ebuild b/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0.ebuild
index aa97cc4c1c8b..f60a967f78eb 100644
--- a/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0.ebuild
+++ b/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0.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-trans-bin/shoutcast-trans-bin-0.4.0.ebuild,v 1.1 2004/08/31 23:57:00 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0.ebuild,v 1.2 2004/09/03 22:47:06 chriswhite Exp $
inherit eutils
@@ -44,7 +44,7 @@ src_install() {
doins sc_trans.conf
# create a directory for playlists to be put
- mkdir ${D}/opt/shoutcast/playlists
+ keepdir /opt/shoutcast/playlists
}
pkg_postinst() {