diff --git a/build.sh b/build.sh index 3d46cb69..c754589e 100755 --- a/build.sh +++ b/build.sh @@ -23,10 +23,10 @@ echo ${system} prefix="HG" prefix2="hg" -if [ "${1}" == "hw" ]; then +if [ "${1}" == "hw" ] || [ "${1}" == "hwweb" ]; then prefix="Hw" prefix2="hw" -elif [ "${1}" == "lsc" ]; then +elif [ "${1}" == "lsc" ] || [ "${1}" == "lscweb" ]; then prefix="Lsc" prefix2="lsc" fi