From cc21312fea114d5976919d9de95284da7c3630e6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 6 Aug 2012 04:32:48 -0400 Subject: [PATCH] symlink --- formula/python-3.1.0 | 3 ++- formula/python-3.1.1 | 3 ++- formula/python-3.1.2 | 3 ++- formula/python-3.1.3 | 3 ++- formula/python-3.1.4 | 3 ++- formula/python-3.1.5 | 3 ++- formula/python-3.2.0 | 3 ++- formula/python-3.2.1 | 3 ++- formula/python-3.2.2 | 3 ++- formula/python-3.2.3 | 3 ++- formula/python-3.3.0b1 | 3 ++- 11 files changed, 22 insertions(+), 11 deletions(-) diff --git a/formula/python-3.1.0 b/formula/python-3.1.0 index 46c363e..cbdd9d8 100755 --- a/formula/python-3.1.0 +++ b/formula/python-3.1.0 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file diff --git a/formula/python-3.1.1 b/formula/python-3.1.1 index 0c798e9..8d46fb8 100755 --- a/formula/python-3.1.1 +++ b/formula/python-3.1.1 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file diff --git a/formula/python-3.1.2 b/formula/python-3.1.2 index 69f440a..64d0485 100755 --- a/formula/python-3.1.2 +++ b/formula/python-3.1.2 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file diff --git a/formula/python-3.1.3 b/formula/python-3.1.3 index 0f5fab8..57529ea 100755 --- a/formula/python-3.1.3 +++ b/formula/python-3.1.3 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file diff --git a/formula/python-3.1.4 b/formula/python-3.1.4 index 9e4d392..5b920e0 100755 --- a/formula/python-3.1.4 +++ b/formula/python-3.1.4 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file diff --git a/formula/python-3.1.5 b/formula/python-3.1.5 index 97a8946..7241d7b 100755 --- a/formula/python-3.1.5 +++ b/formula/python-3.1.5 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python diff --git a/formula/python-3.2.0 b/formula/python-3.2.0 index 3a7f19e..ecedb12 100755 --- a/formula/python-3.2.0 +++ b/formula/python-3.2.0 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file diff --git a/formula/python-3.2.1 b/formula/python-3.2.1 index 1f7d2af..775a5b2 100755 --- a/formula/python-3.2.1 +++ b/formula/python-3.2.1 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file diff --git a/formula/python-3.2.2 b/formula/python-3.2.2 index 4a03dba..f79a69a 100755 --- a/formula/python-3.2.2 +++ b/formula/python-3.2.2 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file diff --git a/formula/python-3.2.3 b/formula/python-3.2.3 index 9a1435c..4633509 100755 --- a/formula/python-3.2.3 +++ b/formula/python-3.2.3 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file diff --git a/formula/python-3.3.0b1 b/formula/python-3.3.0b1 index d093a47..c860b87 100755 --- a/formula/python-3.3.0b1 +++ b/formula/python-3.3.0b1 @@ -17,4 +17,5 @@ make make install cd .. -rm -fr src \ No newline at end of file +rm -fr src +ln $OUT_PREFIX/python3 $OUT_PREFIX/python \ No newline at end of file