bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] The --transform option in tar 1.20 (since Bug#463251)


From: Cyril Strejc
Subject: [Bug-tar] The --transform option in tar 1.20 (since Bug#463251)
Date: Tue, 14 Oct 2008 13:43:02 +0200
User-agent: KMail/1.9.9

I have just upgraded to tar 1.20 and my scripts don't work anymore.

In docs, there is following example:
----------------------
  3. Prepend `/prefix/'  to each file name:
          $ tar --transform 's,^,/prefix/,' -x -f arch.tar
---------------------

I use something like this:
          $ tar --transform 's:^:newfs/', -cjf arch.tar usr/lib/*

New behaviour after Bug#463251 transform symlinks in /usr/lib pointing to the 
same directory (i.e. libFoo.so -> libFoo.so.2.0 ) to (i.e. libFoo.so -> 
newfs/libFoo.so.2.0).

Is that intentional?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]