From 9313d72a090b417408b2f7418d290edeae884084 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Sat, 4 Jul 2015 21:13:13 +1000 Subject: [PATCH] Add notes on environment variables affecting install --- tools/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/install.sh b/tools/install.sh index 5e45a30..fee74a2 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -103,6 +103,12 @@ if [ ! -z "$1" ]; then else echo "You must specify your system steam user who own steamcmd directory to install ARK Tools." echo "Usage: ./install.sh steam" + echo + echo "Environment variables affecting install:" + echo "EXECPREFIX: prefix in which to install arkmanager executable" + echo " [${EXECPREFIX}]" + echo "INSTALL_ROOT: staging directory in which to perform install" + echo " [${INSTALL_ROOT}]" exit 1 fi