diff options
Diffstat (limited to 'app-forensics/air/air-1.2.7.ebuild')
-rw-r--r-- | app-forensics/air/air-1.2.7.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-forensics/air/air-1.2.7.ebuild b/app-forensics/air/air-1.2.7.ebuild index 523fdc27bd4f..fd5f9e46e2ee 100644 --- a/app-forensics/air/air-1.2.7.ebuild +++ b/app-forensics/air/air-1.2.7.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/app-forensics/air/air-1.2.7.ebuild,v 1.4 2005/03/27 00:47:10 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.7.ebuild,v 1.5 2005/08/24 14:05:02 flameeyes Exp $ DESCRIPTION="A GUI front-end to dd/dcfldd" HOMEPAGE="http://air-imager.sourceforge.net/" @@ -12,13 +12,13 @@ KEYWORDS="x86 ppc" IUSE="" DEPEND=">=dev-perl/perl-tk-804.027 - app-arch/sharutils + userland_GNU? ( app-arch/sharutils ) sys-apps/sed dev-lang/perl" RDEPEND="app-arch/mt-st dev-lang/perl - sys-apps/coreutils" + userland_GNU? ( sys-apps/coreutils )" src_compile() { einfo "nothing to compile" @@ -40,7 +40,7 @@ src_install() { rm ${D}/usr/bin/split - chown -R root:root ${D} + chown -R root:0 ${D} fowners root:users /usr/share/air/logs fperms ug+rwx /usr/share/air/logs if [ -p ${D}usr/share/air/air-fifo ]; then |