From 72c8c4b9a9a3b13cc030b139678b7d6e76a64e88 Mon Sep 17 00:00:00 2001 From: Daniel Schwager Date: Thu, 2 Feb 2012 17:29:06 +0100 Subject: [PATCH] renamed restric -> restricted --- lib/builder-targets.sh | 2 +- sample/builder-product.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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