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
commit2de4115669c40a9bbd367a28cc50668c1aa5d266 (patch)
treeb54dc7b0982a03df88acf7d734954a1d344703b7 /sys-libs
parentInitial ebuild added to portage. See bug #7723 (diff)
downloadgentoo-2-2de4115669c40a9bbd367a28cc50668c1aa5d266.tar.gz
gentoo-2-2de4115669c40a9bbd367a28cc50668c1aa5d266.tar.bz2
gentoo-2-2de4115669c40a9bbd367a28cc50668c1aa5d266.zip
typo fix
Diffstat (limited to 'sys-libs')
-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
}