From 45cf66ad53f1e3d0bf0e4774c1d30dbdfaf48a8f Mon Sep 17 00:00:00 2001
From: Erik von Reis <evonreis@caltech.edu>
Date: Thu, 21 May 2020 17:41:23 -0700
Subject: [PATCH] fixed typo in rtcds

---
 support/bin/rtcds.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/bin/rtcds.in b/support/bin/rtcds.in
index 7ddcd239f..e3c39095e 100755
--- a/support/bin/rtcds.in
+++ b/support/bin/rtcds.in
@@ -23,7 +23,7 @@ ifo=${IFO,,*}
 
 RCG_SRC=${RCG_SRC:-/usr/share/advligorts/src}
 RCG_BUILD_ROOT=${RCG_BUILD_ROOT:-/var/cache/advligorts}
-RCG_BUILDD=${RCG_BUILDD:-$RCG_BUILT_ROOT/rcg-$RTS_VERSION}
+RCG_BUILDD=${RCG_BUILDD:-$RCG_BUILD_ROOT/rcg-$RTS_VERSION}
 # FIXME: the RCG hard-codes /opt/rtcds as the root
 RCG_TARGET=/opt/rtcds/${site}/${ifo}
 
-- 
GitLab