diff options
Diffstat (limited to 'gnome-base/libghttp/libghttp-1.0.9-r1.ebuild')
-rw-r--r-- | gnome-base/libghttp/libghttp-1.0.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild b/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild index a99252c77743..d9411ebe7c4e 100644 --- a/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild,v 1.9 2003/02/13 12:11:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild,v 1.10 2003/09/06 23:51:37 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="libghttp" @@ -23,7 +23,7 @@ src_compile() { emake || die } -src_install() { +src_install() { make prefix=${D}/usr \ sysconfdir=${D}/etc \ localstatedir=${D}/var/lib \ |