Author: alexander
Date: 2005-05-14 09:13:06 -0600 (Sat, 14 May 2005)
New Revision: 160
Modified:
trunk/packages/distcc/Makefile
Log:
Extract the source tarball from the place it was downloaded to,
not from /sources
Modified: trunk/packages/distcc/Makefile
===================================================================
--- trunk/packages/distcc/Makefile 2005-05-14 15:08:47 UTC (rev 159)
+++ trunk/packages/distcc/Makefile 2005-05-14 15:13:06 UTC (rev 160)
@@ -18,8 +18,8 @@
@echo ""
@echo "=====> Building $(NM) in chroot"
@echo ""
- @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) ; fi
- @if [ ! -f /usr/bin/distcc ] ; then tar xjvf $(SRC)/$(FILE) && cd
$(DIR) && \
+ @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
+ @if [ ! -f /usr/bin/distcc ] ; then tar xjvf $(FILE) && cd $(DIR) && \
./configure --prefix=/usr && \
make -j3 && make install ; fi
@make clean
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page