From cf5f3872856507507ebe03867930056bfc48b674 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Mon, 9 Sep 2013 20:37:10 -0400 Subject: [PATCH] added description for custom target dir in the help file --- l2ork_addons/tar_em_up.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh index f7b9032dd..5f8378629 100755 --- a/l2ork_addons/tar_em_up.sh +++ b/l2ork_addons/tar_em_up.sh @@ -19,6 +19,11 @@ then echo " -r build a Raspberry Pi deb (incremental)" echo " -w install custom version of cwiid system-wide" echo + echo " For custom install locations do the following before" + echo " running this script:" + echo + echo " export inst_dir=/some/custom/location" + echo exit 1 fi -- GitLab