diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-02-14 18:39:38 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-02-14 18:39:38 +0000 |
commit | b48631faf07b99f0623b8b18614e61c2716f5be8 (patch) | |
tree | f678bc6fca796a4c42b9f6521fbb5fa7ffdf72d3 | |
parent | reverting back to glibc-2.2.4 until we get the merge problem that some people (diff) | |
download | historical-b48631faf07b99f0623b8b18614e61c2716f5be8.tar.gz historical-b48631faf07b99f0623b8b18614e61c2716f5be8.tar.bz2 historical-b48631faf07b99f0623b8b18614e61c2716f5be8.zip |
Fixed typos.
-rw-r--r-- | media-libs/imlib/files/digest-imlib-1.9.10-r3 (renamed from media-libs/imlib/files/digest-imlib-1.9.10-r2) | 0 | ||||
-rw-r--r-- | media-libs/imlib/imlib-1.9.10-r3.ebuild (renamed from media-libs/imlib/imlib-1.9.10-r2.ebuild) | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/imlib/files/digest-imlib-1.9.10-r2 b/media-libs/imlib/files/digest-imlib-1.9.10-r3 index ad881d7ee3af..ad881d7ee3af 100644 --- a/media-libs/imlib/files/digest-imlib-1.9.10-r2 +++ b/media-libs/imlib/files/digest-imlib-1.9.10-r3 diff --git a/media-libs/imlib/imlib-1.9.10-r2.ebuild b/media-libs/imlib/imlib-1.9.10-r3.ebuild index da87b5585a5a..023b54d0eaf2 100644 --- a/media-libs/imlib/imlib-1.9.10-r2.ebuild +++ b/media-libs/imlib/imlib-1.9.10-r3.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/media-libs/imlib/imlib-1.9.10-r2.ebuild,v 1.1 2002/02/14 16:08:28 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.10-r3.ebuild,v 1.1 2002/02/14 18:39:38 g2boojum Exp $ S=${WORKDIR}/${P} DESCRIPTION="imlib" @@ -22,7 +22,7 @@ DEPEND="virtual/glibc src_compile() { - .configure --host=${CHOST} \ + ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ @@ -36,7 +36,7 @@ src_install() { make prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc/imlib + sysconfdir=${D}/etc/imlib \ install || die preplib /usr |