diff options
Diffstat (limited to 'sys-apps/shadow/shadow-4.0.6.ebuild')
-rw-r--r-- | sys-apps/shadow/shadow-4.0.6.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/shadow/shadow-4.0.6.ebuild b/sys-apps/shadow/shadow-4.0.6.ebuild index f7efcd8ed662..64edc1705596 100644 --- a/sys-apps/shadow/shadow-4.0.6.ebuild +++ b/sys-apps/shadow/shadow-4.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.6.ebuild,v 1.6 2005/01/02 23:50:52 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.6.ebuild,v 1.7 2005/01/07 04:53:32 vapier Exp $ inherit eutils libtool gnuconfig flag-o-matic @@ -53,6 +53,9 @@ src_unpack() { # The new configure changes do not detect utmp/logdir properly epatch ${FILESDIR}/shadow-${PV}-fix-configure.patch + # Tweak manpages #70880 + epatch ${FILESDIR}/shadow-${PV}-manpages.patch + # Allows shadow configure detect newer systems properly gnuconfig_update elibtoolize |