From 96165e1a56096aff7ba00e9e2cb5c4009433e648 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 28 Sep 2004 02:48:56 +0000 Subject: follow FHS and install to /bin/ #65534 --- app-arch/cpio/ChangeLog | 6 +++++- app-arch/cpio/cpio-2.4.2-r4.ebuild | 5 +++-- app-arch/cpio/cpio-2.5.ebuild | 5 +++-- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'app-arch') diff --git a/app-arch/cpio/ChangeLog b/app-arch/cpio/ChangeLog index 487efc8c395b..55ce919d7521 100644 --- a/app-arch/cpio/ChangeLog +++ b/app-arch/cpio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/cpio # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v 1.3 2004/06/24 21:29:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v 1.4 2004/09/28 02:48:56 vapier Exp $ + + 27 Sep 2004; Mike Frysinger cpio-2.4.2-r4.ebuild, + cpio-2.5.ebuild: + FHS says to install into /bin #65534 by will@johnstonclan.net. 21 Feb 2004; Michael Sterrett cpio-2.4.2-r4.ebuild, cpio-2.5.ebuild: diff --git a/app-arch/cpio/cpio-2.4.2-r4.ebuild b/app-arch/cpio/cpio-2.4.2-r4.ebuild index 0fd2f1d328b9..bdeb61a49270 100644 --- a/app-arch/cpio/cpio-2.4.2-r4.ebuild +++ b/app-arch/cpio/cpio-2.4.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.4.2-r4.ebuild,v 1.5 2004/06/25 23:49:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.4.2-r4.ebuild,v 1.6 2004/09/28 02:48:56 vapier Exp $ DESCRIPTION="A file archival tool which can also read and write tar files" HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" @@ -29,8 +29,9 @@ src_compile() { src_install() { #our official mt is now the mt in app-arch/mt-st (supports Linux 2.4, unlike this one) - dobin cpio || die doman cpio.1 doinfo cpio.info dodoc ChangeLog NEWS README + into / + dobin cpio || die } diff --git a/app-arch/cpio/cpio-2.5.ebuild b/app-arch/cpio/cpio-2.5.ebuild index bf4585c27982..245efd415c7e 100644 --- a/app-arch/cpio/cpio-2.5.ebuild +++ b/app-arch/cpio/cpio-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.5.ebuild,v 1.7 2004/06/25 23:49:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.5.ebuild,v 1.8 2004/09/28 02:48:56 vapier Exp $ DESCRIPTION="A file archival tool which can also read and write tar files" HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" @@ -21,7 +21,8 @@ src_unpack() { src_install() { #our official mt is now the mt in app-arch/mt-st (supports Linux 2.4, unlike this one) - dobin cpio || die doman cpio.1 dodoc ChangeLog NEWS README INSTALL + into / + dobin cpio || die } -- cgit v1.2.3-65-gdbad