diff --git a/bin/build.sh b/bin/build.sh index c9c1d26..3800966 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -19,7 +19,7 @@ pkgtype="" new_args=() # Traverse all parameters for arg in "$@"; do - if [[ "$arg" == "deb" || "$arg" == "badeb" || "$arg" == "rpm" || "$arg" == "psap" ]]; then + if [[ "$arg" == "deb" || "$arg" == "badeb" || "$arg" == "rpm" || "$arg" == "psapdeb" ]]; then pkgtype=$arg else new_args+=("$arg") # Add non pkgtype parameters to a new parameter list