<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -56,13 +56,15 @@ _set_target() {
 _uncompress_tarball() {
     echo ${action} Installing $TARGET ${normal}
     cd $PLEXNET_ROOT/third_party/distfiles/$TNAME
-    TARBALL_FILENAME=$TNAME-$TVERS.tar.gz
-    if [ ! -f $TARBALL_FILENAME ]; then
+    TARBALL_FILENAME=$TNAME-$TVERS.tar
+    TARBALL_ZIPPED_FILENAME=$TARBALL_FILENAME.$TARBALL_SUFFIX
+    if [ ! -f $TARBALL_ZIPPED_FILENAME ]; then
         echo ${progress} Downloading the $TARGET Source Code ${normal}
-        ${_downloader} ${DISTFILES_SERVER}/${TARBALL_FILENAME}
+        ${_downloader} ${DISTFILES_SERVER}/${TARBALL_ZIPPED_FILENAME}
     fi
     echo ${progress} Unpacking the $TARGET Source Code ${normal}
-    tar -xzf $TARBALL_FILENAME
+    $TARBALL_UNZIP -c $TARBALL_ZIPPED_FILENAME &gt; $TARBALL_FILENAME
+    tar -xf $TARBALL_FILENAME
     cd $TNAME
     echo ${progress} Compiling $TARGET ${normal}
 }
@@ -78,12 +80,16 @@ _remove_directory() {
     echo ${success} Successfully installed $TARGET ${normal}
     cd ..
     rm -rf $TNAME
+    rm $TARBALL_FILENAME
 }
 
 if [ ! -f $PLEXNET_LOCAL/bin/python2.6 ]; then
 
     CURDIR=`pwd`
 
+    TARBALL_SUFFIX=&quot;gz&quot;
+    TARBALL_UNZIP=&quot;gunzip&quot;
+
     if [ &quot;$UNAME&quot; == &quot;Darwin&quot; ]; then
         EXTRA_PY_ARGS=&quot;--enable-toolbox-glue --enable-framework=$PLEXNET_LOCAL/framework&quot;
         BZIP2_MAKEFILE=&quot;Makefile-libbz2_dylib&quot;
@@ -107,7 +113,10 @@ if [ ! -f $PLEXNET_LOCAL/bin/python2.6 ]; then
     make -f $BZIP2_MAKEFILE all PREFIX=$PLEXNET_LOCAL || _exit_on_error
     _remove_directory
 
-    _set_target &quot;python&quot; &quot;2.6.2&quot;
+    TARBALL_SUFFIX=&quot;bz2&quot;
+    TARBALL_UNZIP=&quot;bunzip2&quot;
+
+    _set_target &quot;python&quot; &quot;2.6.4&quot;
     CONFIG_FLAGS=&quot;--enable-ipv6 --enable-unicode=ucs2 $EXTRA_PY_ARGS&quot;
     _compile_tarball
 </diff>
      <filename>environ/startup/redpill</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>third_party/distfiles/python/LICENSE.3.0.txt</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e802c21e1a111b1841fc17908a51fa131564c3ac</id>
    </parent>
  </parents>
  <author>
    <name>tav</name>
    <email>tav@espians.com</email>
  </author>
  <url>http://github.com/tav/plexnet/commit/d633a0aad38cd027e0109fa0799155d32e5450eb</url>
  <id>d633a0aad38cd027e0109fa0799155d32e5450eb</id>
  <committed-date>2009-11-06T19:21:07-08:00</committed-date>
  <authored-date>2009-11-06T19:21:07-08:00</authored-date>
  <message>Updating redpill to Python 2.6.4 as .bz2 and removed the Python 3.0 license.txt file.</message>
  <tree>e6ce8edbdfc8cb27727a6ee8bbbb8914247a21d3</tree>
  <committer>
    <name>tav</name>
    <email>tav@espians.com</email>
  </committer>
</commit>
