Author: alexander
Date: 2005-05-14 22:01:27 -0600 (Sat, 14 May 2005)
New Revision: 169

Modified:
   trunk/packages/popt/Makefile
Log:
Extract the downloaded tarball, not a file in /sources that doesn't even exist


Modified: trunk/packages/popt/Makefile
===================================================================
--- trunk/packages/popt/Makefile        2005-05-15 00:41:28 UTC (rev 168)
+++ trunk/packages/popt/Makefile        2005-05-15 04:01:27 UTC (rev 169)
@@ -23,7 +23,7 @@
        @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
        @if [ ! -f $(PATCH1).gz ]  ; then $(WGET) $(URL1) ; fi
        @if [ ! -f $(PATCH1) ] ; then gunzip $(PATCH1).gz ; fi
-       @if [ ! -f /usr/lib/libpopt.a ] ; then tar xzvf $(SRC)/$(FILE) && cd 
$(DIR) && \
+       @if [ ! -f /usr/lib/libpopt.a ] ; then tar xzvf $(FILE) && cd $(DIR) && 
\
         patch -Np1 -i ../$(PATCH1) && \
         ./configure --prefix=/usr && \
         cp configure.in configure.ac && \

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to