Author: alexander Date: 2005-06-26 22:31:43 -0600 (Sun, 26 Jun 2005) New Revision: 282
Modified: x86/branches/6.1/packages/gzip/Makefile Log: Added /bin/compress -> gzip symlink. Tested tar by extracting ftp://ftp.mfi.com/pub/sysadmin/1992/jul92.tar.Z Modified: x86/branches/6.1/packages/gzip/Makefile =================================================================== --- x86/branches/6.1/packages/gzip/Makefile 2005-06-26 22:00:08 UTC (rev 281) +++ x86/branches/6.1/packages/gzip/Makefile 2005-06-27 04:31:43 UTC (rev 282) @@ -41,9 +41,10 @@ make -j3 && make install && \ mv /usr/bin/gzip /bin && \ rm /usr/bin/{gunzip,zcat} && \ - ln -s gzip /bin/gunzip && \ - ln -s gzip /bin/zcat && \ - ln -s gunzip /bin/uncompress ; fi + ln -sf gzip /bin/gunzip && \ + ln -sf gzip /bin/zcat && \ + ln -sf gzip /bin/compress && \ + ln -sf gunzip /bin/uncompress ; fi @make clean clean: -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
