diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-09 16:51:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-09 16:51:31 +0000 |
commit | fb61eebb656133377822a9d78e466217a715599e (patch) | |
tree | f491fb2194f44c6ff396778c4f20074ec3f7cb4a /sys-devel | |
parent | remove badly named ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-fb61eebb656133377822a9d78e466217a715599e.tar.gz gentoo-2-fb61eebb656133377822a9d78e466217a715599e.tar.bz2 gentoo-2-fb61eebb656133377822a9d78e466217a715599e.zip |
fix patching #70567
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild index bc7d604ff395..7ed96cf67ca9 100644 --- a/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild +++ b/sys-devel/binutils/binutils-2.15.92.0.2-r1.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-devel/binutils/binutils-2.15.92.0.2-r1.ebuild,v 1.8 2004/11/09 02:17:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild,v 1.9 2004/11/09 16:51:31 vapier Exp $ inherit eutils libtool flag-o-matic gnuconfig @@ -28,7 +28,7 @@ src_unpack() { cd ${S} mkdir -p ${WORKDIR}/patch/skip - mv ${WORKDIR}/patch/*no_rel_ro* ${WORKDIR}/patch/20_* ${WORKDIR}/patch/*ldsoconf* skip/ + mv ${WORKDIR}/patch/*no_rel_ro* ${WORKDIR}/patch/20_* ${WORKDIR}/patch/*ldsoconf* ${WORKDIR}/patch/skip/ epatch ${WORKDIR}/patch epatch ${WORKDIR}/uclibc-patches |