From 1ae8d3cf07ae2d9fef7c52888c668b70e92d9306 Mon Sep 17 00:00:00 2001
From: "ben.franksen" <ben.franksen@online.de>
Date: Mon, 28 Mar 2011 21:52:22 +0000
Subject: [PATCH] configure: INSTALL_LOCATION_APP->INSTALL_LOCATION

---
 configure/CONFIG_SITE          | 2 +-
 documentation/Installation.txt | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE
index 4808007c..251b9022 100644
--- a/configure/CONFIG_SITE
+++ b/configure/CONFIG_SITE
@@ -9,7 +9,7 @@ PVKTL  = FALSE
 #CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040
 
 # To install somewhere other than $(TOP) set this:
-#INSTALL_LOCATION_APP = <install path>
+#INSTALL_LOCATION = <install path>
 
 # Use this when your IOC and the host use different paths
 # to access the application. Typically this will be 
diff --git a/documentation/Installation.txt b/documentation/Installation.txt
index f1612f35..300d762d 100644
--- a/documentation/Installation.txt
+++ b/documentation/Installation.txt
@@ -135,10 +135,6 @@ is to use only CA). You can also configure where the re2c tool is
 installed (the default configuration assumes that it can be found in
 your ``PATH``).
 
-Note: setting ``INSTALL_LOCATION_APP`` currently does not work.
-
-.. todo:: fix build with INSTALL_LOCATION set
-
 Your environment should be configured for building EPICS applications.
 This means that ``EPICS_HOST_ARCH`` and (possibly) ``LD_LIBRARY_PATH``
 should be correctly defined. See the `EPICS Application Developer's
-- 
GitLab