[57824] branches/images-and-archives/base/src/registry1.0/registry.tcl

blb at macports.org blb at macports.org
Wed Sep 16 23:52:31 PDT 2009


Revision: 57824
          http://trac.macports.org/changeset/57824
Author:   blb at macports.org
Date:     2009-09-16 23:52:31 -0700 (Wed, 16 Sep 2009)
Log Message:
-----------
Remove --same-owner from tar which doesn't work with bsdtar and shouldn't be needed anyway

Modified Paths:
--------------
    branches/images-and-archives/base/src/registry1.0/registry.tcl

Modified: branches/images-and-archives/base/src/registry1.0/registry.tcl
===================================================================
--- branches/images-and-archives/base/src/registry1.0/registry.tcl	2009-09-17 06:49:14 UTC (rev 57823)
+++ branches/images-and-archives/base/src/registry1.0/registry.tcl	2009-09-17 06:52:31 UTC (rev 57824)
@@ -486,7 +486,7 @@
 		if {[catch {system "$tarcmd -xf $macport_file files.tar.bz2"} err]} {
 			throw MACPORTS $err
 		}
-		if {[catch {system "$bzipcmd -dc files.tar.bz2 | $tarcmd -xpvf - --same-owner"} err]} {
+		if {[catch {system "$bzipcmd -dc files.tar.bz2 | $tarcmd -xpvf -"} err]} {
 			throw MACPORTS $err
 		}
 		_activate_contents $name $imagefiles $extractdir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090916/0271ad89/attachment.html>


More information about the macports-changes mailing list