diff options
Diffstat (limited to 'sys-process/atop/atop-1.14.ebuild')
-rw-r--r-- | sys-process/atop/atop-1.14.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-process/atop/atop-1.14.ebuild b/sys-process/atop/atop-1.14.ebuild index 8d858ae5f9fd..9f77e4b2daf8 100644 --- a/sys-process/atop/atop-1.14.ebuild +++ b/sys-process/atop/atop-1.14.ebuild @@ -1,13 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.14.ebuild,v 1.1 2005/05/07 06:34:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.14.ebuild,v 1.2 2005/06/14 23:01:10 vapier Exp $ -ATOP_INIT_VERSION="1.9" -ATOP_INIT_SCRIPT=${PN}-${ATOP_INIT_VERSION}-initscript DESCRIPTION="Resource-specific view of processes" HOMEPAGE="http://www.atcomputing.nl/Tools/atop" -SRC_URI="http://www.atconsultancy.nl/atop/packages/${P}.tar.gz - mirror://gentoo/${PN}-${ATOP_INIT_VERSION}-initscript" +SRC_URI="http://www.atconsultancy.nl/atop/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -21,7 +18,7 @@ src_unpack() { cd "${S}" sed -i -e "/^CFLAGS/s: -O : ${CFLAGS} :" Makefile mv "${S}"/atop.init "${S}"/atop.init.old - cp "${DISTDIR}/${ATOP_INIT_SCRIPT}" "${S}"/atop.init + cp "${FILESDIR}"/atop.rc "${S}"/atop.init chmod a+rx atop.init } |