diff options
author | 2004-10-16 13:16:31 +0000 | |
---|---|---|
committer | 2004-10-16 13:16:31 +0000 | |
commit | c1f12f21e89c9119ffd193f5839f910c025a5c57 (patch) | |
tree | 53878aef2d6c392b1ba4987bee7453073fd280d2 /net-www/nvu/files/mozconfig | |
parent | Stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-c1f12f21e89c9119ffd193f5839f910c025a5c57.tar.gz gentoo-2-c1f12f21e89c9119ffd193f5839f910c025a5c57.tar.bz2 gentoo-2-c1f12f21e89c9119ffd193f5839f910c025a5c57.zip |
Fixed directory issues, .desktop issue, and fixed bug #67658 by patching nvu script.
Diffstat (limited to 'net-www/nvu/files/mozconfig')
-rw-r--r-- | net-www/nvu/files/mozconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/nvu/files/mozconfig b/net-www/nvu/files/mozconfig index 152ff2522efc..ae81dc8f0264 100644 --- a/net-www/nvu/files/mozconfig +++ b/net-www/nvu/files/mozconfig @@ -30,7 +30,7 @@ ac_add_options --disable-debug # You may need to uncomment and edit that line. On Linspire, # just uncomment it -#ac_add_options --with-default-mozilla-five-home=/usr/lib/mozilla +ac_add_options --with-default-mozilla-five-home=/usr/lib/nvu # You probably have nothing to change below that line ac_add_options --disable-svg @@ -59,4 +59,4 @@ ac_add_options --enable-freetype2 ac_add_options --enable-toolkit=gtk2 ac_add_options --enable-default-toolkit=gtk2 ac_add_options --enable-xft -ac_add_options --with-default-mozilla-five-home=/usr/lib/nvu +ac_add_options --prefix=/usr |