diff --git a/bin/installer-script.sh b/bin/installer-script.sh index c988205..fa5208e 100755 --- a/bin/installer-script.sh +++ b/bin/installer-script.sh @@ -31,7 +31,7 @@ checkGeneric(){ installPackage(){ packageName=$1; - if [ -z ${packageName%*/} ];then + if [ -z ${packageName%*/} -o $packageName = ${packageName%*/} ];then . "$appRoot/packages/$packageName"; else . "$appRoot/packages/_generic";