renamed restric -> restricted

This commit is contained in:
Daniel Schwager 2012-02-02 17:29:06 +01:00
parent aca88bc063
commit 72c8c4b9a9
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ builder_config() {
exit 2 exit 2
fi fi
if [ "$TYPE" != "public" ] && [ "$TYPE" != "restrict" ] ; then if [ "$TYPE" != "public" ] && [ "$TYPE" != "restricted" ] ; then
fatal_error "unknown TYPE: $TYPE" fatal_error "unknown TYPE: $TYPE"
fi fi

View File

@ -9,7 +9,7 @@ PRIORITY="0"
ADVICE="" ADVICE=""
# TYPE - defines, if the install files are public or restricted. # TYPE - defines, if the install files are public or restricted.
# Valid value: restrict | public # Valid value: restricted | public
TYPE="public" TYPE="public"
# EXTRACTWITH - defines the used programm for decompression # EXTRACTWITH - defines the used programm for decompression