Author: jhuntwork
Date: 2005-06-16 12:57:49 -0600 (Thu, 16 Jun 2005)
New Revision: 236

Modified:
   trunk/packages/wget/Makefile
Log:
Fixed commands in wget build - added a missing cd command

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

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

Reply via email to