From e2be3a7102c8129f968a7a24bee63e392a80462c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 17 Oct 2002 00:32:43 +0000 Subject: lintool fix --- app-misc/jail/jail-1.9.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'app-misc') diff --git a/app-misc/jail/jail-1.9.ebuild b/app-misc/jail/jail-1.9.ebuild index f8012bffa5cb..3a5acf8c3dac 100644 --- a/app-misc/jail/jail-1.9.ebuild +++ b/app-misc/jail/jail-1.9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Pau Oliva -# $Header: /var/cvsroot/gentoo-x86/app-misc/jail/jail-1.9.ebuild,v 1.2 2002/10/04 04:55:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jail/jail-1.9.ebuild,v 1.3 2002/10/17 00:32:43 vapier Exp $ S="${WORKDIR}/${PN}_1-9_stable" DESCRIPTION="Jail Chroot Project is a tool that builds a chrooted environment and automagically configures and builds all the required files, directories and libraries" @@ -15,14 +15,12 @@ DEPEND="virtual/glibc" RDEPEND="sys-devel/perl" src_unpack() { - - unpack ${PN}_${PV}.tar.gz - cd ${S} - patch -p0 < ${FILESDIR}/${PN}-gentoo.diff + unpack ${PN}_${PV}.tar.gz + cd ${S} + patch -p0 < ${FILESDIR}/${PN}-gentoo.diff } src_compile() { - # configuration files should be installed in /etc not /usr/etc cd ${S} cp install.sh install.sh.orig -- cgit v1.2.3-65-gdbad