Author: jhuntwork
Date: 2005-06-16 12:46:48 -0600 (Thu, 16 Jun 2005)
New Revision: 234

Modified:
   trunk/packages/sharutils/Makefile
Log:
Fixed downloading of sharutils

Modified: trunk/packages/sharutils/Makefile
===================================================================
--- trunk/packages/sharutils/Makefile   2005-06-16 18:42:08 UTC (rev 233)
+++ trunk/packages/sharutils/Makefile   2005-06-16 18:46:48 UTC (rev 234)
@@ -18,7 +18,7 @@
        @echo ""
        @echo "======> Building $(NM) in chroot"
        @echo ""
-       @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) ; fi
+       @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
        @if [ ! -f /usr/bin/clear ] ; then unpack $(FILE) && cd $(DIR) && \
         ./configure --prefix=/usr && \
         make -j3 && \

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

Reply via email to