From b9835ff6195c75a7df9d766a892ee8a52638dcf8 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Thu, 17 Apr 2014 09:45:54 -0400 Subject: [PATCH] Fixed Stackless 2.6.5 / 3.1.3 directory names. --- formula/stackless-2.6.5 | 2 +- formula/stackless-3.1.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/formula/stackless-2.6.5 b/formula/stackless-2.6.5 index 3fd918c..22042b1 100755 --- a/formula/stackless-2.6.5 +++ b/formula/stackless-2.6.5 @@ -9,7 +9,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.stackless.com/binaries/stackless-265-export.tar.bz2' curl -L $SOURCE_TARBALL | tar xj -mv stackless-265-export src +mv python-2.6.5-stackless src cd src ./configure --prefix=$OUT_PREFIX diff --git a/formula/stackless-3.1.3 b/formula/stackless-3.1.3 index 5760768..380eed2 100755 --- a/formula/stackless-3.1.3 +++ b/formula/stackless-3.1.3 @@ -9,7 +9,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.stackless.com/binaries/stackless-313-export.tar.bz2' curl -L $SOURCE_TARBALL | tar xj -mv stackless-313-export src +mv python-3.1.3-stackless src cd src ./configure --prefix=$OUT_PREFIX