summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
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 '