Author: justin
Date: 2005-07-08 14:19:20 -0600 (Fri, 08 Jul 2005)
New Revision: 313

Modified:
   x86/trunk/packages/zlib/Makefile
Log:
Added missing && after patch for zlib.

Modified: x86/trunk/packages/zlib/Makefile
===================================================================
--- x86/trunk/packages/zlib/Makefile    2005-07-08 17:42:41 UTC (rev 312)
+++ x86/trunk/packages/zlib/Makefile    2005-07-08 20:19:20 UTC (rev 313)
@@ -25,7 +25,7 @@
        @if [ ! -f $(SRC)/$(PATCH1) ] ; then $(WGET) $(URL1) && \
          mv $(PATCH1) $(SRC) ; fi
        @if [ ! -f /usr/lib/libz.so ] ; then unpack $(SRC)/$(FILE) && \
-        cd $(DIR) && patch -Np1 -i $(SRC)/$(PATCH1) \
+        cd $(DIR) && patch -Np1 -i $(SRC)/$(PATCH1) && \
         ./configure --prefix=/usr --shared && \
         make -j3 && make install && make clean && ./configure --prefix=/usr && 
\
         make -j3 && make install && chmod 644 /usr/lib/libz.a && \

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

Reply via email to