summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-15 18:18:39 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-15 18:18:39 +0000
commitd7533b1c19ede7a3d0963437e91c7ecd9e5b6114 (patch)
tree041b8f72e07c9c6afd858d07d517ef1e903091d5
parentThis version fixes a ldconfig bug (diff)
downloadgentoo-2-d7533b1c19ede7a3d0963437e91c7ecd9e5b6114.tar.gz
gentoo-2-d7533b1c19ede7a3d0963437e91c7ecd9e5b6114.tar.bz2
gentoo-2-d7533b1c19ede7a3d0963437e91c7ecd9e5b6114.zip
*** empty log message ***
-rw-r--r--sys-libs/glibc/glibc-2.2-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.2-r2.ebuild b/sys-libs/glibc/glibc-2.2-r2.ebuild
index ea4bf5ca2ad5..ecb7e1694402 100644
--- a/sys-libs/glibc/glibc-2.2-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.2-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2-r2.ebuild,v 1.1 2000/11/15 18:09:12 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2-r2.ebuild,v 1.2 2000/11/15 18:18:39 achim Exp $
A="$P.tar.gz glibc-linuxthreads-${PV}.tar.gz"
S=${WORKDIR}/${P}
@@ -31,7 +31,7 @@ src_unpack() {
unpack glibc-${PV}.tar.gz
cd ${S}
unpack glibc-linuxthreads-${PV}.tar.gz
- patch -p0 < ${FILESDIR}/glibc-2.2-ldconfig.patch
+ patch -p1 < ${FILESDIR}/glibc-2.2-ldconfig.patch
}
src_install() {