diff options
author | William Hubbs <williamh@gentoo.org> | 2009-10-19 02:10:12 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-10-19 02:10:12 +0000 |
commit | 5b84f288b4691f8e46f0208edf50627efce855ba (patch) | |
tree | 1734fbc960edf26af12315dbd9b833e2afd0b8fa /sys-apps/openrc/openrc-9999.ebuild | |
parent | version bump (diff) | |
download | gentoo-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.ebuild | 5 |
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 |