diff options
Diffstat (limited to 'sys-devel/automake/automake-1.9.6-r2.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.9.6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/automake/automake-1.9.6-r2.ebuild b/sys-devel/automake/automake-1.9.6-r2.ebuild index ed6fe35ab6ab..b83a57dbfac2 100644 --- a/sys-devel/automake/automake-1.9.6-r2.ebuild +++ b/sys-devel/automake/automake-1.9.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.11 2006/07/22 15:39:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.12 2006/10/16 01:40:49 vapier Exp $ inherit eutils @@ -40,8 +40,8 @@ src_install() { local x for x in aclocal automake ; do - help2man ${x} > ${x}.1 - doman ${x}.1 + help2man ./${x} > ${x}-${SLOT}.1 + doman ${x}-${SLOT}.1 rm -f "${D}"/usr/bin/${x} done |