summaryrefslogtreecommitdiff
path: root/www/mozilla/scripts
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-10-29 09:14:24 +0000
committermycroft <mycroft@pkgsrc.org>2000-10-29 09:14:24 +0000
commitfda797ceb44a9628520619a79fb5dc599f4b32c3 (patch)
tree46f94c29adafe5eee602c38ad36691798871af95 /www/mozilla/scripts
parentca03967569b2051cf41e172d147d85ce86efbfe3 (diff)
downloadpkgsrc-fda797ceb44a9628520619a79fb5dc599f4b32c3.tar.gz
I was on crack. It is still necessary to generate these files at install time.
Instead, update to a current, correct version.
Diffstat (limited to 'www/mozilla/scripts')
-rwxr-xr-xwww/mozilla/scripts/moz-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/mozilla/scripts/moz-install b/www/mozilla/scripts/moz-install
index 2575afd5e40..2bf0be59a28 100755
--- a/www/mozilla/scripts/moz-install
+++ b/www/mozilla/scripts/moz-install
@@ -33,3 +33,9 @@ for i in `${SED} -n -e '/^@comment begin DATA$/,/^@comment end DATA$/p' ${PLIST_
src=`echo $i | sed -e 's@lib/mozilla@dist/bin@'`;
${BSD_INSTALL_DATA} ${WRKSRC}/${src} ${PREFIX}/$i
done
+
+# install missing data.
+# those files are generated automatically at first startup
+# without root privilege, those could not be generated and mozilla could not be started
+${BSD_INSTALL_DATA} ${FILESDIR}/user-locales.rdf ${PREFIX}/lib/mozilla/chrome
+${BSD_INSTALL_DATA} ${FILESDIR}/user-skins.rdf ${PREFIX}/lib/mozilla/chrome