diff options
Diffstat (limited to 'net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild')
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild index fe3b77c37045..d23c8749f4bc 100644 --- a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild +++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild,v 1.1 2007/12/17 19:48:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild,v 1.2 2008/01/16 15:07:32 armin76 Exp $ DESCRIPTION="Graphical front end for GNUnet." HOMEPAGE="http://gnunet.org/" @@ -21,5 +21,5 @@ src_compile() { } src_install() { - make install DESTDIR=${D} install || die + make DESTDIR="${D}" -j1 install || die } |