Author: alexander
Date: 2005-05-14 22:11:56 -0600 (Sat, 14 May 2005)
New Revision: 171
Modified:
trunk/packages/raidtools/Makefile
Log:
Avoid rebuilding raidtools over and over again
Modified: trunk/packages/raidtools/Makefile
===================================================================
--- trunk/packages/raidtools/Makefile 2005-05-15 04:08:05 UTC (rev 170)
+++ trunk/packages/raidtools/Makefile 2005-05-15 04:11:56 UTC (rev 171)
@@ -20,7 +20,7 @@
@echo "=====> Building $(NM) in chroot"
@echo ""
@if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
- @if [ ! -f /usr/sbin/mkraid ] ; then tar xzvf $(FILE) && cd $(DIR) && \
+ @if [ ! -f /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