firefox-config links to the wrong file

Franz Klammer klammer at webonaut.com
Wed Jun 16 03:59:23 PDT 2004


$[X11BASE}/bin/firefox-config is linked to the non-existing mozilla-config
instead of firefox-config.

attached a diff


if not attached download from here:
http://webonaut.com/temp/firefox-Makefile.diff

/franz.
-------------- next part --------------
--- firefox/Makefile.orig	Wed Jun 16 12:53:28 2004
+++ firefox/Makefile	Wed Jun 16 12:53:55 2004
@@ -189,9 +189,9 @@
 .endfor
 	${PERL} -pi -e 's|${FAKEDIR}|${PREFIX}|g' ${LOCAL_PREFIX}/bin/firefox
 	${RM} -f ${PREFIX}/bin/firefox-config
-	${LN} -sf ${LOCAL_PREFIX}/bin/mozilla-config \
+	${LN} -sf ${LOCAL_PREFIX}/bin/firefox-config \
 		${PREFIX}/bin/firefox-config
-	${PERL} -pi -e 's|${FAKEDIR}|${PREFIX}|g' ${LOCAL_PREFIX}/bin/mozilla-config
+	${PERL} -pi -e 's|${FAKEDIR}|${PREFIX}|g' ${LOCAL_PREFIX}/bin/firefox-config
 	${FIND} ${LOCAL_PREFIX}/lib/pkgconfig -type f | ${XARGS} ${PERL} -pi -e \
 		's|${FAKEDIR}|${PREFIX}|g'
 	-if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \


More information about the freebsd-gnome mailing list