diff options
Diffstat (limited to 'sys-apps/slocate/slocate-2.7-r8.ebuild')
-rw-r--r-- | sys-apps/slocate/slocate-2.7-r8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/slocate/slocate-2.7-r8.ebuild b/sys-apps/slocate/slocate-2.7-r8.ebuild index ceb3dac250d3..7bc34b15c5be 100644 --- a/sys-apps/slocate/slocate-2.7-r8.ebuild +++ b/sys-apps/slocate/slocate-2.7-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r8.ebuild,v 1.3 2005/07/21 01:06:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r8.ebuild,v 1.4 2005/09/13 23:43:57 vapier Exp $ inherit flag-o-matic eutils @@ -36,6 +36,7 @@ src_unpack() { use elibc_uclibc && epatch "${WORKDIR}"/${P}-uclibc-sl_fts.patch epatch "${WORKDIR}"/${P}-debian.patch epatch "${FILESDIR}"/${P}-bounds.patch + epatch "${FILESDIR}"/${P}-really-long-paths.patch sed -i \ -e '/SLOC_GRP/s:slocate:locate:' \ |