summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 20:22:58 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 20:22:58 +0100
commit2f4042988eb84f99e10bfa925a460e7cfb1667d6 (patch)
treeb37ec773d6f377e83fa1258117d6dea52d10f31b
parent8f3f49a0186d49ba8e8f0a840cef65b6f88755f9 (diff)
downloadberkeleydb-2f4042988eb84f99e10bfa925a460e7cfb1667d6.tar.gz
Fix morphology
-rw-r--r--berkeleydb.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/berkeleydb.morph b/berkeleydb.morph
index 4ddc60bc..11c4afcb 100644
--- a/berkeleydb.morph
+++ b/berkeleydb.morph
@@ -4,7 +4,7 @@
"build-system": "manual",
"configure-commands": [
"cd dist && ./s_config",
- "cd build_unix && ./configure --prefix=\"$PREFIX\""
+ "cd dist && ./configure --prefix=\"$PREFIX\""
],
"build-commands": [
"cd build_unix && make"