aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/mkbuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index 60566dd..21f345e 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -18,8 +18,8 @@
#
# 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`
#--------------------------------------------------------------------
@@ -572,7 +572,7 @@ if [ -f "$COMMON" ]; then
source $COMMON
else
echo "error: file $COMMON found, check your $BASENAME installation"
- mk_exit 0
+ mkbuild_error 0
fi
# Start constants
@@ -594,7 +594,7 @@ SLACKDESC_LEN=78
# Load error codes
error_codes
-[ $# -eq 0 ] && mk_exit $NULL_STRING
+[ $# -eq 0 ] && mkbuild_error $NULL_STRING
# Configure input parameters
set_parameters $@