Author: jhuntwork
Date: 2005-07-19 04:47:05 -0600 (Tue, 19 Jul 2005)
New Revision: 379
Modified:
x86/trunk/packages/wget/Makefile
Log:
Fixed use of download function with wget
Modified: x86/trunk/packages/wget/Makefile
===================================================================
--- x86/trunk/packages/wget/Makefile 2005-07-19 10:31:41 UTC (rev 378)
+++ x86/trunk/packages/wget/Makefile 2005-07-19 10:47:05 UTC (rev 379)
@@ -14,10 +14,9 @@
$(FILE):
@cd $(SRC) ; ftpget $(VRS)
-# The only reason for using download below is to check the sha1sum, since
-# at this point we already have the tarball.
+# The only reason for using download below is to check the sha1sum, and create
+# the link to the file since at this point we already have the tarball.
$(call download,$(FILE),NULL,$(SHA))
- @ln -s $(SRC)/$(FILE) .
prebuild: Makefile $(FILE)
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page