diff options
Diffstat (limited to 'gnome-base/gconf/gconf-1.0.1.ebuild')
-rw-r--r-- | gnome-base/gconf/gconf-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/gconf/gconf-1.0.1.ebuild b/gnome-base/gconf/gconf-1.0.1.ebuild index da5635cc9867..0ce51cae4bda 100644 --- a/gnome-base/gconf/gconf-1.0.1.ebuild +++ b/gnome-base/gconf/gconf-1.0.1.ebuild @@ -40,7 +40,7 @@ src_compile() { myconf="--disable-nls" fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf} - try make + try make # Doesn't work with -j 4 (hallski) } src_install() { |