summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-07-15 01:43:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-15 01:43:18 +0000
commit36211b105bcacdeba220a16145824404abe1d8c4 (patch)
treeba267981f5efcb2143d8bde5358aeece3f8954c2
parent5b616ea5b2fa8495684012b1543dbe1d5344cce3 (diff)
parent583652f1b6e213ea1763099736dabc8070798d47 (diff)
download2.7.5-36211b105bcacdeba220a16145824404abe1d8c4.tar.gz
am 583652f1: Merge "Fix python sed rewriting for linux."
* commit '583652f1b6e213ea1763099736dabc8070798d47': Fix python sed rewriting for linux.
-rwxr-xr-xbin/python-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/python-config.sh b/bin/python-config.sh
index 2695e85..a2a5b2f 100755
--- a/bin/python-config.sh
+++ b/bin/python-config.sh
@@ -31,7 +31,7 @@ installed_prefix ()
echo $RESULT
}
-prefix_build="/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86"
+prefix_build="$TMPDIR/buildhost/install/prebuilt/linux-x86"
prefix_real=$(installed_prefix "$0")
# Use sed to fix paths from their built to locations to their installed to locations.