summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-14 13:39:55 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-14 13:39:55 +0000
commit578774d29ad5271b4536b85a665cc942cd47c990 (patch)
treeeec808f940e87c8b30701b6e9b6899954eadab51 /morph
parent2f2618663e627a3fee10df7c7450c60e600295b6 (diff)
downloadmorph-578774d29ad5271b4536b85a665cc942cd47c990.tar.gz
Revert "Add --prefix option, adjust autotools system and env variables."
This reverts commit 63cab3e0e2f550a0bfe470d018063a8b91a759bd.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph4
1 files changed, 0 insertions, 4 deletions
diff --git a/morph b/morph
index 3409f1d3..c3ac7c1d 100755
--- a/morph
+++ b/morph
@@ -64,10 +64,6 @@ 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 '