diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-07 23:47:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-07 23:47:06 +0000 |
commit | 32190aaab79a67e1b55cbd523916f39e3b981863 (patch) | |
tree | e4a1cf4c78e34f7ebdee1c9d6fe7e1948ee0fc6b /x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild | |
parent | Version bump. Fixes vulnerability in security bug #143093. (diff) | |
download | gentoo-2-32190aaab79a67e1b55cbd523916f39e3b981863.tar.gz gentoo-2-32190aaab79a67e1b55cbd523916f39e3b981863.tar.bz2 gentoo-2-32190aaab79a67e1b55cbd523916f39e3b981863.zip |
fix typo in previous commit #143142
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild')
-rw-r--r-- | x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild b/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild index ebb1d9de0867..f503121a0e72 100644 --- a/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild +++ b/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild,v 1.3 2006/08/06 16:52:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild,v 1.4 2006/08/07 23:47:06 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -22,12 +22,12 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILEDIR}"/${P}-cpp.patch - epatch "${FILEDIR}"/${P}-zlib.patch - epatch "${FILEDIR}"/${P}-gcc34.patch - epatch "${FILEDIR}"/${P}-encoding.patch + epatch "${FILESDIR}"/${P}-cpp.patch + epatch "${FILESDIR}"/${P}-zlib.patch + epatch "${FILESDIR}"/${P}-gcc34.patch + epatch "${FILESDIR}"/${P}-encoding.patch # fix pack to work with new freetype include scheme (#44119) - epatch "${FILEDIR}"/${P}-freetype_new_includes.patch + epatch "${FILESDIR}"/${P}-freetype_new_includes.patch # Install into regular filesystem, not /usr/X11R6 hierarchy sed -i "s:/usr/X11R6:/usr:" README ttmkfdir.cpp |