From fc5a5e438f8ce96ffed57a61ab36fd8490f34a3b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 6 Aug 2012 06:57:53 -0400 Subject: [PATCH] bin dir! grrr --- doit.sh | 1 + formula/python-3.1.0 | 2 +- formula/python-3.1.1 | 2 +- formula/python-3.1.2 | 2 +- formula/python-3.1.3 | 2 +- formula/python-3.1.4 | 2 +- formula/python-3.1.5 | 2 +- formula/python-3.2.0 | 2 +- formula/python-3.2.1 | 2 +- formula/python-3.2.2 | 2 +- formula/python-3.2.3 | 2 +- formula/python-3.3.0b1 | 2 +- 12 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 doit.sh diff --git a/doit.sh b/doit.sh new file mode 100644 index 0000000..9be6895 --- /dev/null +++ b/doit.sh @@ -0,0 +1 @@ +heroku run "./build.sh -f $1 -p ./python -x $1.tar.bz2 -r envy-versions" \ No newline at end of file diff --git a/formula/python-3.1.0 b/formula/python-3.1.0 index 8939bf9..712572e 100755 --- a/formula/python-3.1.0 +++ b/formula/python-3.1.0 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/formula/python-3.1.1 b/formula/python-3.1.1 index 8d46fb8..efbf1e1 100755 --- a/formula/python-3.1.1 +++ b/formula/python-3.1.1 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/formula/python-3.1.2 b/formula/python-3.1.2 index 64d0485..9fa88df 100755 --- a/formula/python-3.1.2 +++ b/formula/python-3.1.2 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/formula/python-3.1.3 b/formula/python-3.1.3 index 57529ea..33aac34 100755 --- a/formula/python-3.1.3 +++ b/formula/python-3.1.3 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/formula/python-3.1.4 b/formula/python-3.1.4 index 5b920e0..6018688 100755 --- a/formula/python-3.1.4 +++ b/formula/python-3.1.4 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/formula/python-3.1.5 b/formula/python-3.1.5 index 7241d7b..e98410b 100755 --- a/formula/python-3.1.5 +++ b/formula/python-3.1.5 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python diff --git a/formula/python-3.2.0 b/formula/python-3.2.0 index a66f2b8..045a42c 100755 --- a/formula/python-3.2.0 +++ b/formula/python-3.2.0 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/formula/python-3.2.1 b/formula/python-3.2.1 index 775a5b2..8f2c800 100755 --- a/formula/python-3.2.1 +++ b/formula/python-3.2.1 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/formula/python-3.2.2 b/formula/python-3.2.2 index f79a69a..47ec6f2 100755 --- a/formula/python-3.2.2 +++ b/formula/python-3.2.2 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/formula/python-3.2.3 b/formula/python-3.2.3 index 4633509..19b0740 100755 --- a/formula/python-3.2.3 +++ b/formula/python-3.2.3 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/formula/python-3.3.0b1 b/formula/python-3.3.0b1 index c860b87..c6079ff 100755 --- a/formula/python-3.3.0b1 +++ b/formula/python-3.3.0b1 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python \ No newline at end of file