diff --git a/lib/builder-targets.sh b/lib/builder-targets.sh index 6bd2043..8082a9d 100644 --- a/lib/builder-targets.sh +++ b/lib/builder-targets.sh @@ -50,7 +50,7 @@ builder_config() { exit 2 fi - if [ "$TYPE" != "public" ] && [ "$TYPE" != "restrict" ] ; then + if [ "$TYPE" != "public" ] && [ "$TYPE" != "restricted" ] ; then fatal_error "unknown TYPE: $TYPE" fi diff --git a/sample/builder-product.cfg b/sample/builder-product.cfg index d6d08c8..7501b12 100644 --- a/sample/builder-product.cfg +++ b/sample/builder-product.cfg @@ -9,7 +9,7 @@ PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. -# Valid value: restrict | public +# Valid value: restricted | public TYPE="public" # EXTRACTWITH - defines the used programm for decompression