Author: jhuntwork
Date: 2005-05-15 08:01:52 -0600 (Sun, 15 May 2005)
New Revision: 173

Modified:
   trunk/packages/rp-pppoe/Makefile
   trunk/packages/sharutils/Makefile
   trunk/packages/unionfs/Makefile
Log:
Fixed some packages that were downloading files to sources dir that should not 
have been

Modified: trunk/packages/rp-pppoe/Makefile
===================================================================
--- trunk/packages/rp-pppoe/Makefile    2005-05-15 13:43:23 UTC (rev 172)
+++ trunk/packages/rp-pppoe/Makefile    2005-05-15 14:01:52 UTC (rev 173)
@@ -20,12 +20,10 @@
        @echo ""
        @echo "=====> Building $(NM) in chroot"
        @echo ""
-       @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
-        mv $(FILE) $(SRC) ; fi
-       @if [ ! -f $(SRC)/$(PATCH) ] ; then $(WGET) $(URL1) && \
-        mv $(PATCH) $(SRC) ; fi
-       @if [ ! -f /usr/sbin/pppoe ] ; then tar xzvf $(SRC)/$(FILE) && cd 
$(DIR) && \
-        patch -Np1 -i $(SRC)/$(PATCH) && cd src && \
+       @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) ; fi
+       @if [ ! -f $(SRC)/$(PATCH) ] ; then $(WGET) $(URL1) ; fi
+       @if [ ! -f /usr/sbin/pppoe ] ; then tar xzvf $(FILE) && cd $(DIR) && \
+        patch -Np1 -i ../$(PATCH) && cd src && \
         ./configure && make && \
         make install ; fi
        @make clean

Modified: trunk/packages/sharutils/Makefile
===================================================================
--- trunk/packages/sharutils/Makefile   2005-05-15 13:43:23 UTC (rev 172)
+++ trunk/packages/sharutils/Makefile   2005-05-15 14:01:52 UTC (rev 173)
@@ -18,9 +18,8 @@
        @echo ""
        @echo "======> Building $(NM) in chroot"
        @echo ""
-       @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
-        mv $(FILE) $(SRC) ; fi
-       @if [ ! -f /usr/bin/clear ] ; then tar -xjvf $(SRC)/$(FILE) && cd 
$(DIR) && \
+       @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) ; fi
+       @if [ ! -f /usr/bin/clear ] ; then tar -xjvf $(FILE) && cd $(DIR) && \
         ./configure --prefix=/usr && \
         make -j3 && \
         make install ; fi

Modified: trunk/packages/unionfs/Makefile
===================================================================
--- trunk/packages/unionfs/Makefile     2005-05-15 13:43:23 UTC (rev 172)
+++ trunk/packages/unionfs/Makefile     2005-05-15 14:01:52 UTC (rev 173)
@@ -18,9 +18,8 @@
        @echo ""
        @echo "=====> Building $(NM) in chroot"
        @echo ""
-       @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
-        mv $(FILE) $(SRC) ; fi
-       @if [ ! -f /usr/sbin/unionctl ] ; then tar xzvf $(SRC)/$(FILE) && cd 
$(DIR) && \
+       @if [ ! -f $(SRC)/$(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 && \
         strip --strip-debug /lib/modules/$(KVERS)/kernel/fs/unionfs.ko ; fi

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

Reply via email to