summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nspr.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/nspr.morph b/nspr.morph
index b9c9150..f7491c4 100644
--- a/nspr.morph
+++ b/nspr.morph
@@ -3,6 +3,6 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "./configure --enable-ipv6 --with-mozilla"
+ "./configure --prefix=\"$PREFIX\" --enable-ipv6 --with-mozilla"
]
}