summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2009-10-19 02:10:12 +0000
committerWilliam Hubbs <williamh@gentoo.org>2009-10-19 02:10:12 +0000
commit5b84f288b4691f8e46f0208edf50627efce855ba (patch)
tree1734fbc960edf26af12315dbd9b833e2afd0b8fa /sys-apps/openrc/openrc-9999.ebuild
parentversion bump (diff)
downloadgentoo-2-5b84f288b4691f8e46f0208edf50627efce855ba.tar.gz
gentoo-2-5b84f288b4691f8e46f0208edf50627efce855ba.tar.bz2
gentoo-2-5b84f288b4691f8e46f0208edf50627efce855ba.zip
version bump and synced with live ebuild.
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'sys-apps/openrc/openrc-9999.ebuild')
-rw-r--r--sys-apps/openrc/openrc-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild
index 283478306c62..e95e935ea5e6 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.59 2009/10/18 18:13:08 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.60 2009/10/19 02:10:11 williamh Exp $
EAPI="1"
@@ -103,6 +103,9 @@ src_install() {
make_args
emake ${MAKE_ARGS} DESTDIR="${D}" install || die
+ # install the readme for the new network scripts
+ dodoc README.net
+
# move the shared libs back to /usr so ldscript can install
# more of a minimal set of files
# disabled for now due to #270646