Previous version SEGV'd on startup, this one doesn't. It still doesn't show any web pages though ...
13 lines
444 B
Text
13 lines
444 B
Text
$NetBSD: patch-ad,v 1.5 2009/10/30 20:34:43 tnn Exp $
|
|
|
|
--- etc/mozilla/Makefile.in.orig 2009-10-30 21:13:42.000000000 +0100
|
|
+++ etc/mozilla/Makefile.in
|
|
@@ -306,7 +306,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-kzetcmozdir = $(sysconfdir)/$(PACKAGE)/mozilla
|
|
+kzetcmozdir = @datadir@/examples/@PACKAGE_TARNAME@/mozilla
|
|
kzetcmoz_DATA = \
|
|
encodings.xml
|
|
|