Today, Gareth Hughes wrote:
>I was just taking a look at this -- can we change
>
> gunzip <package>.tar.gz
> tar -xvof <package>.tar
>
>to
>
> tar -zxvof <package>.tar.gz
>
>in the installation instructions? And why do we need -o anyway?
-o makes GNU tar produce a POSIX compliant tar archive when creating
archives. It does nothing when untarring.
You need to use -o when creating archives if the archive will ever be used
with a non-GNU tar, although it is probably a lot better to use cpio
anyway...
Regards,
Philip Willoughby
--
echo [EMAIL PROTECTED] | tr "bizndfohces" "pwgd9ociaku"
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dri-devel