TMP="/tmp"
#---------------------------------------------------------------------
-# MKBUILD AND CREATEPKG SECTION
+# MKBUILD AND CREATEPKG SECTION
#---------------------------------------------------------------------
# Set SlackBuilds default directory for scripts
STORE_ROOT_PATCHES_ON_PATCHES_DIR="0"
#---------------------------------------------------------------------
-# TEMPLATEPKG SECTION
+# TEMPLATEPKG SECTION
#---------------------------------------------------------------------
# Set to yes if your templates will be placed in a subversion repository
-# This just work if TEMPLATE_STORAGE_STYLE is set to own-folder (default)
+# This just work if TEMPLATE_STORAGE_STYLE is set to own-folder or compact.
TEMPLATES_UNDER_SVN="no"
# Where your templates will be located.
local list basedir template
- if [ "$TEMPLATE_STORAGE_STYLE" != "own-folder" ] || \
+ if [ "$TEMPLATE_STORAGE_STYLE" != "own-folder" ] && \
[ "$TEMPLATE_STORAGE_STYLE" != "compact" ]; then
echo "$BASENAME: option only available if TEMPLATE_STORAGE_STYLE configured as 'own-folder' or 'compact'"
return 1