From ec8547c0346f861bdbce730bc3c93d9de57d1569 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 16 Oct 2006 01:40:49 +0000 Subject: SLOT the manpages --- sys-devel/automake/automake-1.9.6-r2.ebuild | 6 +++--- 1 file 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 -- cgit v1.2.3-65-gdbad