diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-22 23:17:45 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-22 23:17:45 +0000 |
commit | b82eb34a643fd82764cf39b7f18c4262e443796a (patch) | |
tree | cd0352d510acc4ee9b2c4340b043bbdd4ce76f8a | |
parent | update (diff) | |
download | gentoo-2-b82eb34a643fd82764cf39b7f18c4262e443796a.tar.gz gentoo-2-b82eb34a643fd82764cf39b7f18c4262e443796a.tar.bz2 gentoo-2-b82eb34a643fd82764cf39b7f18c4262e443796a.zip |
form
-rw-r--r-- | net-www/mozilla/mozilla-0.9.5-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-www/mozilla/mozilla-0.9.5-r1.ebuild b/net-www/mozilla/mozilla-0.9.5-r1.ebuild index a438eb1855fe..1daa99e5513f 100644 --- a/net-www/mozilla/mozilla-0.9.5-r1.ebuild +++ b/net-www/mozilla/mozilla-0.9.5-r1.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@cvs.gentoo.org> # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-0.9.5-r1.ebuild,v 1.2 2001/10/21 20:28:47 hallski Exp $ S=${WORKDIR}/mozilla DESCRIPTION="The Mozilla web browser" @@ -22,7 +21,9 @@ RDEPEND=">=gnome-base/ORBit-0.5.10-r1 DEPEND="${RDEPEND} sys-devel/perl" + src_compile() { + chown -R root.root * if [ "`use mozqt`" ] ; then @@ -56,7 +57,7 @@ src_compile() { make || die } -src_install () { +src_install() { dodir /usr/lib/mozilla/include cd ${S}/dist/include |