summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-07-14 16:17:01 -0700
committerElliott Hughes <enh@google.com>2015-07-14 16:17:01 -0700
commit2f2ac652f450b82bbf1b0ceb187264e6cc957365 (patch)
treeba267981f5efcb2143d8bde5358aeece3f8954c2
parent9ce095c8b7a67a5a6e6d113ed53c0c3761133d54 (diff)
download2.7.5-2f2ac652f450b82bbf1b0ceb187264e6cc957365.tar.gz
Fix python sed rewriting for linux.
Change-Id: Iee1e046f29290ceb266527de18170ed69e8c611c
-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.