On Sat, May 14, 2005 at 09:13:06AM -0600, [EMAIL PROTECTED] wrote: > - @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) && \
Heh. Thanks. :) Nice to have another set of eyes now. -- Jeremy Huntwork -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
