Author: jhuntwork
Date: 2005-06-16 12:42:08 -0600 (Thu, 16 Jun 2005)
New Revision: 233
Modified:
trunk/packages/rp-pppoe/Makefile
Log:
Fixed downloading of rp-pppoe and patch
Modified: trunk/packages/rp-pppoe/Makefile
===================================================================
--- trunk/packages/rp-pppoe/Makefile 2005-06-16 18:16:26 UTC (rev 232)
+++ trunk/packages/rp-pppoe/Makefile 2005-06-16 18:42:08 UTC (rev 233)
@@ -20,8 +20,8 @@
@echo ""
@echo "=====> Building $(NM) in chroot"
@echo ""
- @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) ; fi
- @if [ ! -f $(SRC)/$(PATCH) ] ; then $(WGET) $(URL1) ; fi
+ @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
+ @if [ ! -f $(PATCH) ] ; then $(WGET) $(URL1) ; fi
@if [ ! -f /usr/sbin/pppoe ] ; then unpack $(FILE) && cd $(DIR) && \
patch -Np1 -i ../$(PATCH) && cd src && \
./configure && make && \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page