Author: justin
Date: 2005-10-08 10:41:10 -0600 (Sat, 08 Oct 2005)
New Revision: 896
Modified:
branches/utf8-newmake/packages/firefox/Makefile
trunk/packages/firefox/Makefile
Log:
Merged firefox Makefile change for svg plugin to trunk, fixed mkdir in
utf8-newmake branch.
Modified: branches/utf8-newmake/packages/firefox/Makefile
===================================================================
--- branches/utf8-newmake/packages/firefox/Makefile 2005-10-07 16:42:31 UTC
(rev 895)
+++ branches/utf8-newmake/packages/firefox/Makefile 2005-10-08 16:41:10 UTC
(rev 896)
@@ -39,9 +39,9 @@
make -f client.mk build
make -f client.mk install
cp -ra $(ROOT)/root/.mozilla /root
- mkdir -p /usr/lib/mozilla/plugins
+ mkdir -p /usr/lib/$(NM)-$(VRS)/plugins
ln -sf /usr/lib/mozilla/plugins/libmozsvgdec.{so,a} \
- /usr/lib/$(NM)-$(VRS)/plugins
+ /usr/lib/$(NM)-$(VRS)/plugins
clean:
-rm -rf $(DIR)
Modified: trunk/packages/firefox/Makefile
===================================================================
--- trunk/packages/firefox/Makefile 2005-10-07 16:42:31 UTC (rev 895)
+++ trunk/packages/firefox/Makefile 2005-10-08 16:41:10 UTC (rev 896)
@@ -33,6 +33,9 @@
make -f client.mk build
make -f client.mk install
cp -ra $(ROOT)/root/.mozilla /root
+ mkdir -p /usr/lib/$(NM)-$(VRS)/plugins
+ ln -sf /usr/lib/mozilla/plugins/libmozsvgdec.{so,a} \
+ /usr/lib/$(NM)-$(VRS)/plugins
clean:
-rm -rf $(DIR)
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page