summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-06-01 15:32:32 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-06-01 15:32:46 +0000
commit0509b473925f0a390e645fa575bb075c01bb5116 (patch)
tree3487c8ca04ee45fb26cbf742bc0bf683c802b613
parent6da4761f784292ee4723c14b4cdd46677847e1b8 (diff)
downloadmorph-0509b473925f0a390e645fa575bb075c01bb5116.tar.gz
Make install-essential-files set the correct env_varbaserock/adamcoldrick/exts-in-subdirs
-rwxr-xr-xmorphlib/exts/install-essential-files.configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/exts/install-essential-files.configure b/morphlib/exts/install-essential-files.configure
index 2779b0d4..cce9a5a5 100755
--- a/morphlib/exts/install-essential-files.configure
+++ b/morphlib/exts/install-essential-files.configure
@@ -31,7 +31,7 @@ class InstallEssentialFilesConfigureExtension(cliapp.Application):
def process_args(self, args):
target_root = args[0]
- os.environ["INSTALL_FILES"] = "essential-files/manifest"
+ os.environ["INSTALL_FILES"] = "install-files/essential-files/manifest"
self.install_essential_files(target_root)
def install_essential_files(self, target_root):