diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-05-08 23:20:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-05-08 23:20:24 +0000 |
commit | e982df494a43b741899ba1f71ffaf9a97569f2d5 (patch) | |
tree | b1d77f708cd61666a3d03fcd8331a5431c2b37b6 /net-www/mozilla | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-e982df494a43b741899ba1f71ffaf9a97569f2d5.tar.gz gentoo-2-e982df494a43b741899ba1f71ffaf9a97569f2d5.tar.bz2 gentoo-2-e982df494a43b741899ba1f71ffaf9a97569f2d5.zip |
Fix prefix back to /usr/lib/mozilla, my mistake
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/mozilla-1.7_rc1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild b/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild index ab6d0d32bcca..a8e416a5dafd 100644 --- a/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild +++ b/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild,v 1.5 2004/05/07 19:32:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild,v 1.6 2004/05/08 23:20:24 agriffis Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama xprint" # Internal USE flags that I do not really want to advertise ... @@ -318,7 +318,7 @@ src_compile() { cd ${S} einfo "Configuring Mozilla..." - econf \ + ./configure --prefix=/usr/lib/mozilla \ --with-system-jpeg \ --with-system-mng \ --with-system-png \ |