22 Jan
2007
22 Jan
'07
6:24 p.m.
On Mon, Jan 22, 2007 at 06:52:31PM +0100, Johannes Weiner wrote:
Hi,
Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
+ cmd="bunzip2 -c $file | cpio --quiet -i" ;; + application/x-cpio*x-gzip) + cmd="gunzip -c $file | cpio --quiet -i" ;; ^^^ I would also add:
--no-absolute-filenames --make-directories Some people distribute archives containing absolute pathnames. Jürgen