diff options
author | Chris White <chriswhite@gentoo.org> | 2004-10-15 05:13:57 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-10-15 05:13:57 +0000 |
commit | d7962ebcf2b83fa462e8e6e22d10dedf3b05f2e4 (patch) | |
tree | 6e6cbc8d832597f6af8c78f298035ca83ee4a4ac /net-www/nvu | |
parent | add more virtuals (diff) | |
download | gentoo-2-d7962ebcf2b83fa462e8e6e22d10dedf3b05f2e4.tar.gz gentoo-2-d7962ebcf2b83fa462e8e6e22d10dedf3b05f2e4.tar.bz2 gentoo-2-d7962ebcf2b83fa462e8e6e22d10dedf3b05f2e4.zip |
One more fix for QA. Made the .mozconfig file visable in the files/ directory so people can see it :).
Diffstat (limited to 'net-www/nvu')
-rw-r--r-- | net-www/nvu/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/nvu/files/mozconfig (renamed from net-www/nvu/files/.mozconfig) | 0 | ||||
-rw-r--r-- | net-www/nvu/nvu-0.50.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/net-www/nvu/ChangeLog b/net-www/nvu/ChangeLog index f7a904317365..2e5409a6e21c 100644 --- a/net-www/nvu/ChangeLog +++ b/net-www/nvu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/nvu # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/nvu/ChangeLog,v 1.2 2004/10/15 05:05:29 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/nvu/ChangeLog,v 1.3 2004/10/15 05:13:57 chriswhite Exp $ + + 15 Oct 2004; Chris White <chriswhite@gentoo.org> -files/.mozconfig, + +files/mozconfig, nvu-0.50.ebuild: + One more fix for QA. Made the .mozconfig file visable in the files/ directory + so people can see it :). 15 Oct 2004; Chris White <chriswhite@gentoo.org> files/.mozconfig, nvu-0.50.ebuild: diff --git a/net-www/nvu/files/.mozconfig b/net-www/nvu/files/mozconfig index 152ff2522efc..152ff2522efc 100644 --- a/net-www/nvu/files/.mozconfig +++ b/net-www/nvu/files/mozconfig diff --git a/net-www/nvu/nvu-0.50.ebuild b/net-www/nvu/nvu-0.50.ebuild index 8fd516d0dfa3..ec662fbef5ac 100644 --- a/net-www/nvu/nvu-0.50.ebuild +++ b/net-www/nvu/nvu-0.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/nvu/nvu-0.50.ebuild,v 1.2 2004/10/15 05:05:29 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/nvu/nvu-0.50.ebuild,v 1.3 2004/10/15 05:13:57 chriswhite Exp $ inherit eutils mozilla flag-o-matic @@ -22,7 +22,7 @@ src_compile() { # I had to manually edit the mozconfig.linux file as it # has some quirks... just copy the darn thing over :) - Chris - cp ${FILESDIR}/.mozconfig ${S} + cp ${FILESDIR}/mozconfig ${S}/.mozconfig # It "sort of" has a standard configure system # Here's how I fix the prefix issue. - Chris |