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