From f15ddfb76c42b825c8d48676e2727ea440837679 Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Wed, 22 Jun 2016 00:04:05 -0700 Subject: [PATCH] One more install -> installer change, so make install works again --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index 68e2554..b8f02f4 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -160,7 +160,7 @@ CLR_CONFIG_FILE="twcfg.txt" CLR_POLICY_FILE="twpol.txt" # Default installation script configuration file. -INSTALL_CONFIG_FILE="./install/install.cfg" +INSTALL_CONFIG_FILE="./installer/install.cfg" # Relative path to dir that contains the pkg files. PKG_DIR="pkg"