summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-07-15 01:16:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-07-15 01:16:34 +0000
commit583652f1b6e213ea1763099736dabc8070798d47 (patch)
treeba267981f5efcb2143d8bde5358aeece3f8954c2
parent9ce095c8b7a67a5a6e6d113ed53c0c3761133d54 (diff)
parent2f2ac652f450b82bbf1b0ceb187264e6cc957365 (diff)
download2.7.5-583652f1b6e213ea1763099736dabc8070798d47.tar.gz
Merge "Fix python sed rewriting for linux."android-m-preview-2
-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.