aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trunk/src/createpkg10
-rwxr-xr-xtrunk/src/mkbuild6
2 files changed, 9 insertions, 7 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 5b5cf21..164d472 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -2,6 +2,7 @@
#
# createpkg: package builder using http://slack.sarava.org/slackbuilds scripts
# feedback: rhatto at riseup.net | gpl
+# rudsonalves at yahoo.com.br
#
# createpkg is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
@@ -32,10 +33,11 @@ function usage {
# Help message
eecho $commun "Createpkg version $CREATEPKG_VERSION\n"
- eecho $commun "Usage: createpkg [--install/-i] package-name"
- eecho $commun " createpkg --no-deps/-np package-name"
- eecho $commun " createpkg --search/-s package-name"
- eecho $commun " createpkg --info/-f package-name"
+ eecho $commun "Usage: createpkg [--install/-i] package_name"
+ eecho $commun " createpkg --all/-a"
+ eecho $commun " createpkg --no-deps/-np package_name"
+ eecho $commun " createpkg --search/-s package_name"
+ eecho $commun " createpkg --info/-f package_name"
eecho $commun " createpkg --list/-l"
eecho $commun " createpkg --sync"
eecho $commun " createpkg --help/-h"
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index d4286a5..53a8362 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -640,9 +640,6 @@ fi
# Start constants
set_constants
-# Select color mode: gray, color or none (*)
-color_select $COLOR_MODE
-
# Set commit off
COMMIT_SLACKBUILD=$off
COMMIT_MKBUILD=$off
@@ -652,6 +649,9 @@ VERBOSE=$off
# Load /etc/simplepkg/simplepkg.conf parameters
load_parameters
+# Select color mode: gray, color or none (*)
+color_select $COLOR_MODE
+
# Auxiliar file
AUX_TMP=/tmp/mkbuild_tmp.$RANDOM
# Derectory to SlackBuild models