From 0509b473925f0a390e645fa575bb075c01bb5116 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 1 Jun 2015 15:32:32 +0000 Subject: Make install-essential-files set the correct env_var --- morphlib/exts/install-essential-files.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.1