summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-10 17:36:29 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-11 13:38:39 +0000
commit63cab3e0e2f550a0bfe470d018063a8b91a759bd (patch)
tree75043a47bfeeb8921c1ff8160f29772468de97a2 /morph
parent96071402806b87be0599904b033230c089b74c8c (diff)
downloadmorph-63cab3e0e2f550a0bfe470d018063a8b91a759bd.tar.gz
Add --prefix option, adjust autotools system and env variables.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph4
1 files changed, 4 insertions, 0 deletions
diff --git a/morph b/morph
index c3ac7c1d..3409f1d3 100755
--- a/morph
+++ b/morph
@@ -64,6 +64,10 @@ class Morph(cliapp.Application):
self.settings.boolean(['ignore-submodules'],
'do not cache repositories of submodules and '
'unpack them into the build directory')
+ self.settings.string(['prefix'],
+ 'installation prefix to be used for chunks',
+ metavar='PATH',
+ default='/usr')
self.settings.boolean(['test-console'],
'show what the system outputs on the serial '