Author: alexander Date: 2005-05-29 07:27:08 -0600 (Sun, 29 May 2005) New Revision: 211
Modified: trunk/packages/firefox/Makefile Log: Updated Firefox to 1.0.4 and disabled useless CVS checkout during its build. Modified: trunk/packages/firefox/Makefile =================================================================== --- trunk/packages/firefox/Makefile 2005-05-27 20:10:09 UTC (rev 210) +++ trunk/packages/firefox/Makefile 2005-05-29 13:27:08 UTC (rev 211) @@ -2,7 +2,7 @@ # Package versions NM= firefox -VRS= 1.0.3 +VRS= 1.0.4 DIR= mozilla FILE= $(NM)-$(VRS)-source.tar.bz2 URL= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$(VRS)/source/$(FILE) @@ -21,7 +21,7 @@ @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi @if [ ! -f /usr/bin/firefox ] ; then tar xjvf $(FILE) && cd $(DIR) && \ sed '[EMAIL PROTECTED]@!$(ROOT)/$(PKG)/$(NM)/mozilla!' ../.mozconfig > .mozconfig && \ - make -f client.mk && make -f client.mk install && \ + make -f client.mk build && make -f client.mk install && \ cd $(ROOT)/$(PKG)/$(NM) && \ cp -ra $(ROOT)/root/.mozilla /root ; fi @make clean -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
