#
# Based in model generic.SlackBuild of Luiz
#
-# Version 1.0.0
-PROG_VERSION=1.0.0
+# Version 1.0.1
+PROG_VERSION=1.0.1
PROG_NAME=`basename $0`
#--------------------------------------------------------------------
source $COMMON
else
echo "error: file $COMMON found, check your $BASENAME installation"
- mk_exit 0
+ mkbuild_error 0
fi
# Start constants
# Load error codes
error_codes
-[ $# -eq 0 ] && mk_exit $NULL_STRING
+[ $# -eq 0 ] && mkbuild_error $NULL_STRING
# Configure input parameters
set_parameters $@