summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\""
]
}