Author: jhuntwork
Date: 2005-06-16 12:54:19 -0600 (Thu, 16 Jun 2005)
New Revision: 235

Modified:
   trunk/packages/wget/Makefile
Log:
Fixed commands in wget build

Modified: trunk/packages/wget/Makefile
===================================================================
--- trunk/packages/wget/Makefile        2005-06-16 18:46:48 UTC (rev 234)
+++ trunk/packages/wget/Makefile        2005-06-16 18:54:19 UTC (rev 235)
@@ -16,7 +16,8 @@
        @echo ""
        @if [ ! -f $(FILE) ] ; then ftpget ; fi
        @if [ ! -f $(WD)/bin/$(NM) ] ; then \
-        unpackix=$(WD) --libdir=$(WD)/lib --without-ssl \
+        unpack $(FILE) && \
+        ./configure --prefix=$(WD) --libdir=$(WD)/lib --without-ssl \
         --enable-static --disable-shared && \
         make -j3 && make install ; fi
        @make clean

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

Reply via email to