mardi, le 1 mai, 2001, Gareth Hughes nous a dit ceci:

> 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?
> 
> -- Gareth

What's wrong with good old 

        gzcat <package>.tar.gz | tar xvf -

?  Even works with tars that don't understand -z, should DRI ever run on
such a system.  Change "xvf" to "-xvf", as desired.

As for "-o":  "What he said."

Matt.
-- 
"... I've seen Sun monitors on fire off the side of the multimedia lab.
 I've seen NTU lights glitter in the dark near the Mail Gate.
 All these things will be lost in time, like the root partition last week.
 Time... to die...".            -- Peter Gutmann in the scary devil monastery

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to