Author: jhuntwork
Date: 2005-05-15 16:05:58 -0600 (Sun, 15 May 2005)
New Revision: 183

Modified:
   trunk/packages/procps/Makefile
   trunk/packages/sed/Makefile
Log:
Updated procps and sed to grab bz2 packages now for consistency (Makes all in 
sources bz2)

Modified: trunk/packages/procps/Makefile
===================================================================
--- trunk/packages/procps/Makefile      2005-05-15 21:59:09 UTC (rev 182)
+++ trunk/packages/procps/Makefile      2005-05-15 22:05:58 UTC (rev 183)
@@ -4,8 +4,8 @@
 NM= procps
 VRS= 3.2.5
 DIR= $(NM)-$(VRS)
-FILE= $(DIR).tar.gz
-URL= http://procps.sf.net/$(FILE)
+FILE= $(DIR).tar.bz2
+URL= $(FTP)/$(NM)/$(FILE)
 
 # RULES
 
@@ -20,7 +20,7 @@
        @echo ""
        @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
         mv $(FILE) $(SRC) ; fi
-       @if [ ! -f /bin/ps ] ; then tar xzvf $(SRC)/$(FILE) && cd $(DIR) && \
+       @if [ ! -f /bin/ps ] ; then tar xjvf $(SRC)/$(FILE) && cd $(DIR) && \
         make -j3 && make install ; fi
        @make clean
         

Modified: trunk/packages/sed/Makefile
===================================================================
--- trunk/packages/sed/Makefile 2005-05-15 21:59:09 UTC (rev 182)
+++ trunk/packages/sed/Makefile 2005-05-15 22:05:58 UTC (rev 183)
@@ -4,8 +4,8 @@
 NM= sed
 VRS= 4.1.4
 DIR= $(NM)-$(VRS)
-FILE= $(DIR).tar.gz
-URL= http://ftp.gnu.org/gnu/$(NM)/$(FILE)
+FILE= $(DIR).tar.bz2
+URL= $(FTP)/$(NM)/$(FILE)
 
 # RULES
 
@@ -17,7 +17,7 @@
        @echo ""
        @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
         mv $(FILE) $(SRC) ; fi
-       @if [ ! -f $(WD)/bin/sed ] ; then tar xzvf $(SRC)/$(FILE) && cd $(DIR) 
&& \
+       @if [ ! -f $(WD)/bin/sed ] ; then tar xjvf $(SRC)/$(FILE) && cd $(DIR) 
&& \
         ./configure --prefix=$(WD) && make -j3 && make install ; fi
        @make clean
 
@@ -30,7 +30,7 @@
        @echo""
        @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
         mv $(FILE) $(SRC) ; fi
-       @if [ ! -f /bin/sed ] ; then tar xzvf $(SRC)/$(FILE) && cd $(DIR) && \
+       @if [ ! -f /bin/sed ] ; then tar xjvf $(SRC)/$(FILE) && cd $(DIR) && \
         ./configure --prefix=/usr --bindir=/bin && make -j3 && make install ; 
fi
        @make clean
 clean:

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to