diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:49:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:49:00 +0000 |
commit | 58c7e8a935f89a7b5be0602aebfa1f83e3027a8f (patch) | |
tree | bc4ee772fbf580bbf213be087fbf0b6df33c7bcb /sys-apps/mdadm | |
parent | bittorrent-theshadow is now bittornado (diff) | |
download | historical-58c7e8a935f89a7b5be0602aebfa1f83e3027a8f.tar.gz historical-58c7e8a935f89a7b5be0602aebfa1f83e3027a8f.tar.bz2 historical-58c7e8a935f89a7b5be0602aebfa1f83e3027a8f.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/mdadm')
-rw-r--r-- | sys-apps/mdadm/mdadm-1.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/mdadm/mdadm-1.2.0.ebuild b/sys-apps/mdadm/mdadm-1.2.0.ebuild index a1cb8c62b30d..e2a5c451b3cc 100644 --- a/sys-apps/mdadm/mdadm-1.2.0.ebuild +++ b/sys-apps/mdadm/mdadm-1.2.0.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/sys-apps/mdadm/mdadm-1.2.0.ebuild,v 1.7 2004/06/27 17:12:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mdadm/mdadm-1.2.0.ebuild,v 1.8 2004/07/15 01:48:38 agriffis Exp $ DESCRIPTION="An extremely useful tool for running RAID systems - it can be used as a replacement for the raidtools, or as a supplement." HOMEPAGE="http://www.cse.unsw.edu.au/~neilb/source" @@ -11,7 +11,6 @@ KEYWORDS="x86 amd64 alpha" IUSE="static" DEPEND="" RDEPEND="" -S="${WORKDIR}/${P}" src_unpack() { unpack ${A} |