aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src')
-rw-r--r--trunk/src/createpkg6
-rwxr-xr-xtrunk/src/mkbuild4
2 files changed, 5 insertions, 5 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 5d28d17..557e3f6 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -33,7 +33,7 @@ function usage {
# Help message
echo -e "${red}NAME${normal}
- createpkg - create Slackware packages
+ createpkg - create Slackware packages from SlackBuilds in Sarava repository
${red}SYNOPSIS
createpkg${normal} [${green}OPTIONS${normal}] [${green}program${normal}]
@@ -81,8 +81,8 @@ ${red}COPYRIGHT${normal}
Copyright © 2006 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the
terms of the GNU General Public License
- <${yellow}http://www.gnu.org/licenses/gpl.html${normal}>. There is NO WARRANTY, to the
- extent permitted by law." | more
+ <${yellow}http://www.gnu.org/licenses/gpl.html${normal}>. There is NO WARRANTY,
+ to the extent permitted by law." | more
}
function build_all_slackbuild {
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index 053d5fe..07c56e8 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -38,7 +38,7 @@ ${red}SYNOPSIS
${red}DESCRIPTION${normal}
[${green}mkbuild_file${normal}] input file with build rules and variables
- Input OPTIONS:
+ Input ${green}OPTIONS${normal}:
${red}-a${normal}, ${red}--author${normal} ${green}<author_name>${normal}
author name
${red}-ai${normal}, ${red}--author_initials${normal} ${green}<initials>${normal}
@@ -375,7 +375,7 @@ function activate_sections {
for i in $LIST_OFF; do
set_status $i "off" $SLACKBUILD_TEMP
done
- [ $SVN_MOD -eq $on ] && set_status get_svn_source "on" $SLACKBUILD_TEMP
+ [ $SVN_MOD -eq $on ] && set_status svn_source "on" $SLACKBUILD_TEMP
fi
}