Index: ports/python-static/nacl.patch |
diff --git a/ports/python-static/nacl.patch b/ports/python-static/nacl.patch |
index 323a7f5d9a8b3276d8bc5c93ee62526c27bb6923..0574dd014f0538bcaead41c5dd8eb2fd2a1ea4bc 100644 |
--- a/ports/python-static/nacl.patch |
+++ b/ports/python-static/nacl.patch |
@@ -571,7 +571,7 @@ index 2e32be2..e01c7ca 100755 |
- done |
+ case "$host" in |
+ *-*-nacl*) |
-+ interp=$(cd ../../python-host/build-nacl-host && pwd)/python |
++ interp=$(cd ../../python-host/build_host && pwd)/python |
+ ;; |
+ *) |
+ for interp in python$PACKAGE_VERSION python2 python; do |
@@ -676,7 +676,7 @@ index ee7e5fc..4f52cd6 100644 |
- done |
+ case "$host" in |
+ *-*-nacl*) |
-+ interp=$(cd ../../python-host/build-nacl-host && pwd)/python |
++ interp=$(cd ../../python-host/build_host && pwd)/python |
+ ;; |
+ *) |
+ for interp in python$PACKAGE_VERSION python2 python; do |