diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-19 22:31:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-19 22:31:55 +0000 |
commit | 2aed974a4984aa854cc0da2ce8437790b72628d0 (patch) | |
tree | c508b422c4c61c4cfa0847b080f818fd56a9c935 /sys-fs/mtools/mtools-4.0.15.ebuild | |
parent | old (diff) | |
download | historical-2aed974a4984aa854cc0da2ce8437790b72628d0.tar.gz historical-2aed974a4984aa854cc0da2ce8437790b72628d0.tar.bz2 historical-2aed974a4984aa854cc0da2ce8437790b72628d0.zip |
drop unnecessary sed -- pkg itself does this now
Package-Manager: portage-2.2_rc96/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/mtools/mtools-4.0.15.ebuild')
-rw-r--r-- | sys-fs/mtools/mtools-4.0.15.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/mtools/mtools-4.0.15.ebuild b/sys-fs/mtools/mtools-4.0.15.ebuild index 9f4ee500da56..33fab989ae20 100644 --- a/sys-fs/mtools/mtools-4.0.15.ebuild +++ b/sys-fs/mtools/mtools-4.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.15.ebuild,v 1.1 2010/10/18 02:01:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.15.ebuild,v 1.2 2010/10/19 22:31:55 vapier Exp $ EAPI="2" @@ -26,7 +26,6 @@ DEPEND=" RDEPEND="${DEPEND}" src_prepare() { - sed -i 's:/usr/local/etc:/etc:g' mtools.5 mtools.texi eautoconf #341443 } |