[30525] trunk/dports/devel/libsdl_gfx-framework/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 30 06:58:04 PDT 2007


Revision: 30525
          http://trac.macosforge.org/projects/macports/changeset/30525
Author:   afb at macports.org
Date:     2007-10-30 06:58:04 -0700 (Tue, 30 Oct 2007)

Log Message:
-----------
fix tar flag usage for leopard (#13050)

Modified Paths:
--------------
    trunk/dports/devel/libsdl_gfx-framework/Portfile

Modified: trunk/dports/devel/libsdl_gfx-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_gfx-framework/Portfile	2007-10-30 13:58:00 UTC (rev 30524)
+++ trunk/dports/devel/libsdl_gfx-framework/Portfile	2007-10-30 13:58:04 UTC (rev 30525)
@@ -40,7 +40,7 @@
 post-extract {
     system "cd ${worksrcpath} && unzip \"Other Builds/OSX-PB-Xcode.zip\""
     system "cd ${worksrcpath} && \
-        tar -x PB/English.lproj --strip-path 1 -zvf \"Other Builds/OSX-PB.tgz\""
+        tar -xzvf \"Other Builds/OSX-PB.tgz\"; mv PB/English.lproj ."
 }
 
 post-patch {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071030/217d86b6/attachment.html


More information about the macports-changes mailing list