summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-02 21:05:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-02 21:05:19 +0000
commit0a6f3395b96e14a2671b31a6c67bbd41f31cdf7f (patch)
treee3da10c82648d695fa8e351395dd6eaf63eb770b /sys-libs/glibc
parentInitial ebuild added to portage. See bug #7723 (diff)
downloadhistorical-0a6f3395b96e14a2671b31a6c67bbd41f31cdf7f.tar.gz
historical-0a6f3395b96e14a2671b31a6c67bbd41f31cdf7f.tar.bz2
historical-0a6f3395b96e14a2671b31a6c67bbd41f31cdf7f.zip
typo fix
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/glibc-2.2.5-r7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.2.5-r7.ebuild b/sys-libs/glibc/glibc-2.2.5-r7.ebuild
index 39fcc529a8c6..0f5b77a4c572 100644
--- a/sys-libs/glibc/glibc-2.2.5-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.2.5-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r7.ebuild,v 1.20 2002/10/30 02:44:58 nall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r7.ebuild,v 1.21 2002/11/02 21:05:19 seemant Exp $
IUSE="nls pic build"
@@ -156,7 +156,7 @@ src_unpack() {
then
einfo "Applying nall's sparc32-semctl patch..."
cd ${S}
- patch -p1 < ${FILESDIR}/${PV}${P}-sparc32-semctl.patch > /dev/null || die
+ patch -p1 < ${FILESDIR}/${PV}/${P}-sparc32-semctl.patch > /dev/null || die
fi
}