summaryrefslogtreecommitdiff
path: root/source/gen_rc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/gen_rc.sh')
-rwxr-xr-xsource/gen_rc.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/gen_rc.sh b/source/gen_rc.sh
index 61400ab..abee67c 100755
--- a/source/gen_rc.sh
+++ b/source/gen_rc.sh
@@ -20,8 +20,9 @@ DATE=""
#git revision info
VERSION=""
-LCD_RC_PATH=out/autogen/outLCDriver.rc
-LCM_RC_PATH=out/autogen/outLCM.rc
+path=$2
+LCD_RC_PATH=$path/outLCDriver.rc
+LCM_RC_PATH=$path/outLCM.rc
# ------------------------------INTERNAL FUNCTIONS ----------------------------