summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-01-29 11:47:56 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-01-29 11:47:56 +0000
commitd9fbcceaed39d955f6871b07c61dc42f824285c1 (patch)
tree7997012d594ba7d90091126c61e858f989d00420
parent0a0b5ff4e3afa60d15c67f5b2c3fe81383947325 (diff)
downloadpyyaml-d9fbcceaed39d955f6871b07c61dc42f824285c1.tar.gz
Fix morphology to use --prefix="$PREFIX"baserock/morph
-rw-r--r--pyyaml.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyyaml.morph b/pyyaml.morph
index 3bb6a0e..eb83d9d 100644
--- a/pyyaml.morph
+++ b/pyyaml.morph
@@ -5,6 +5,6 @@
"python setup.py --without-libyaml build"
],
"install-commands": [
- "python setup.py --without-libyaml install --prefix=/usr --root \"$DESTDIR\""
+ "python setup.py --without-libyaml install --prefix=\"$PREFIX\" --root \"$DESTDIR\""
]
}