Author: alexander
Date: 2005-05-17 06:56:31 -0600 (Tue, 17 May 2005)
New Revision: 189
Modified:
trunk/packages/unionfs/Makefile
Log:
Test the presence of the tarball in the correct location.
Modified: trunk/packages/unionfs/Makefile
===================================================================
--- trunk/packages/unionfs/Makefile 2005-05-16 14:47:07 UTC (rev 188)
+++ trunk/packages/unionfs/Makefile 2005-05-17 12:56:31 UTC (rev 189)
@@ -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/sbin/unionctl ] ; then tar xzvf $(FILE) && cd $(DIR) &&
\
make KVERS=$(KVERS) PREFIX=/usr EXTRACFLAGS=-DNODEBUG && \
make KVERS=$(KVERS) PREFIX=/usr EXTRACFLAGS=-DNODEBUG install && \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page