diff options
Diffstat (limited to 'x11-libs/cairo/cairo-0.1.23-r1.ebuild')
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/cairo/cairo-0.1.23-r1.ebuild b/x11-libs/cairo/cairo-0.1.23-r1.ebuild index 71f67c25a98e..225739e5b253 100644 --- a/x11-libs/cairo/cairo-0.1.23-r1.ebuild +++ b/x11-libs/cairo/cairo-0.1.23-r1.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/x11-libs/cairo/cairo-0.1.23-r1.ebuild,v 1.13 2005/01/01 20:39:16 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23-r1.ebuild,v 1.14 2005/01/19 01:14:43 vapier Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -24,5 +24,5 @@ src_compile() { } src_install() { - make install DESTDIR=${D} + make install DESTDIR="${D}" || die } |