diff options
Diffstat (limited to 'gnome-base/libghttp')
-rw-r--r-- | gnome-base/libghttp/libghttp-1.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/libghttp/libghttp-1.0.9.ebuild b/gnome-base/libghttp/libghttp-1.0.9.ebuild index e68c41e7d536..09733bd1d4e6 100644 --- a/gnome-base/libghttp/libghttp-1.0.9.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.9.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/gnome-base/libghttp/libghttp-1.0.9.ebuild,v 1.7 2001/08/31 22:09:09 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9.ebuild,v 1.8 2001/08/31 22:54:33 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -21,7 +21,7 @@ src_compile() { } src_install() { - make prefix=${D}/opt/gnome install || die + make DESTDIR=${D} install || die dodoc AUTHORS COPYING* ChangeLog README NEWS TODO docinto html |