diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-09-19 12:18:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-09-19 12:18:10 +0000 |
commit | 2f90cb7391c0b0944c9e0d68ab8b5830424378d8 (patch) | |
tree | c66efe82b09193e033281d27847ed1da1af49c84 /media-libs/compface/compface-1.5.1.ebuild | |
parent | Added to ~amd64 (diff) | |
download | historical-2f90cb7391c0b0944c9e0d68ab8b5830424378d8.tar.gz historical-2f90cb7391c0b0944c9e0d68ab8b5830424378d8.tar.bz2 historical-2f90cb7391c0b0944c9e0d68ab8b5830424378d8.zip |
crlf fix thanks to James Rowe in bug #106246
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'media-libs/compface/compface-1.5.1.ebuild')
-rw-r--r-- | media-libs/compface/compface-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/compface/compface-1.5.1.ebuild b/media-libs/compface/compface-1.5.1.ebuild index 7e2dae35baa8..8ee72010b274 100644 --- a/media-libs/compface/compface-1.5.1.ebuild +++ b/media-libs/compface/compface-1.5.1.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/media-libs/compface/compface-1.5.1.ebuild,v 1.8 2005/07/19 23:43:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.1.ebuild,v 1.9 2005/09/19 12:18:10 seemant Exp $ IUSE="" @@ -21,7 +21,7 @@ src_unpack() { unpack ${A} cd ${S} - sed -i -e "s:\r::" Makefile.in + sed -i -e "s:\r::" Makefile.in xbm2xface.pl epatch ${FILESDIR}/${P}-destdir.diff WANT_AUTOCONF=2.5 autoconf |