aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-12-30 03:25:40 +0000
committerRob Austein <sra@hactrn.net>2010-12-30 03:25:40 +0000
commitc77b919f75c23040f38b6771d122476d9fa12e12 (patch)
tree809946cee9a1f5178d8c08136dc51cb385c0269b
parent444ecf31ba34a0cdea1223a30e0111b1df7af06e (diff)
Doh, get pywrap path right
svn path=/configure; revision=3588
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 40ed192f..d5191ce1 100755
--- a/configure
+++ b/configure
@@ -4720,7 +4720,7 @@ then
# Eventually this should be the installation directory, but
# for now we're still running out of the build tree.
- PYWRAP=$RPKITOOLS_TOP_BUILDDIR/pow/pywrap/pywrap
+ PYWRAP=$RPKITOOLS_TOP_BUILDDIR/pywrap/pywrap
else
# If we don't need pywrap, just make it expand to python
PYWRAP=$PYTHON
diff --git a/configure.ac b/configure.ac
index 9f1e76dd..610107e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -336,7 +336,7 @@ then
# Eventually this should be the installation directory, but
# for now we're still running out of the build tree.
- PYWRAP=$RPKITOOLS_TOP_BUILDDIR/pow/pywrap/pywrap
+ PYWRAP=$RPKITOOLS_TOP_BUILDDIR/pywrap/pywrap
else
# If we don't need pywrap, just make it expand to python
PYWRAP=$PYTHON