diff options
author | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2008-05-04 01:29:31 +0000 |
---|---|---|
committer | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2008-05-04 01:29:31 +0000 |
commit | c5a289b1521043d4e5da7e3b2f0d057715216c06 (patch) | |
tree | cdcc66b7497139cc21fce3a90403b3e37e159e1d /trunk/src/mkbuild | |
parent | 6db84bf6cb921f01b483218fd2bc33cfb55471df (diff) | |
download | simplepkg-c5a289b1521043d4e5da7e3b2f0d057715216c06.tar.gz simplepkg-c5a289b1521043d4e5da7e3b2f0d057715216c06.tar.bz2 |
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@505 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/mkbuild')
-rwxr-xr-x | trunk/src/mkbuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |