Author: justin
Date: 2005-11-17 12:45:15 -0700 (Thu, 17 Nov 2005)
New Revision: 1086

Modified:
   trunk/packages/bzip2/Makefile
Log:
Removed && from bzip2 Makefile.

Modified: trunk/packages/bzip2/Makefile
===================================================================
--- trunk/packages/bzip2/Makefile       2005-11-17 15:10:53 UTC (rev 1085)
+++ trunk/packages/bzip2/Makefile       2005-11-17 19:45:15 UTC (rev 1086)
@@ -68,7 +68,8 @@
        ln -s ../../lib64/libbz2.so.1.0 /usr/lib64/libbz2.so
 endif
        rm /usr/bin/{bunzip2,bzcat,bzip2}
-       ln -s bzip2 /bin/bunzip2 && ln -s bzip2 /bin/bzcat
+       ln -s bzip2 /bin/bunzip2
+       ln -s bzip2 /bin/bzcat
 
 clean:
        -rm -rf $(DIR)

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

Reply via email to