From 9ba2c43bd850152345644e6590fa16ddf65e4f8d Mon Sep 17 00:00:00 2001
From: kpetersn <kmpeters@anl.gov>
Date: Mon, 27 Feb 2023 20:15:35 +0000
Subject: [PATCH] Updated the note in step 4.5

---
 4-Deploy-motorVMC.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/4-Deploy-motorVMC.md b/4-Deploy-motorVMC.md
index fef0a48..91dc564 100644
--- a/4-Deploy-motorVMC.md
+++ b/4-Deploy-motorVMC.md
@@ -150,7 +150,7 @@ make: *** [/APSshare/epics/base-7.0.4.1/configure/RULES_DIRS:85: configure.insta
 ```
 </details>
 
-Note: this build error only occurs on RHEL8 and is due to a misconfiguration of the VM that was used to build the deployed copy of base-7.0.4.1.  The two `MOTOR` paths actually point to the same directory.
+Note: this build error occurs when there is a mismatch (hard mount vs soft link) between the /APSshare mount on the computer that built the support on /APSshare and the computer building the IOC. The two `MOTOR` paths actually point to the same directory.
 
 ### 4.6 Resolve build error #2
 
-- 
GitLab