From 63cab3e0e2f550a0bfe470d018063a8b91a759bd Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Fri, 10 Feb 2012 17:36:29 +0000 Subject: Add --prefix option, adjust autotools system and env variables. --- morph | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'morph') 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 ' -- cgit v1.2.1