diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-22 02:27:03 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-22 02:27:03 +0000 |
commit | a240c4023566b07811b2338430514e3da658b599 (patch) | |
tree | 0c70f5702c3ced6871993a09d49d517f590cf122 | |
parent | 97ddcb1fbc4f042818581017a6999aa37ba015c9 (diff) | |
download | simplepkg-a240c4023566b07811b2338430514e3da658b599.tar.gz simplepkg-a240c4023566b07811b2338430514e3da658b599.tar.bz2 |
minor changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@768 04377dda-e619-0410-9926-eae83683ac58
-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 049cfc9..7fd55d8 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -576,7 +576,7 @@ function make_slack_required { function change_other_parameters { - # Change others parameters started by '[[' in .mkbuild file + # Change other parameters started by '[[' in .mkbuild file sed '1,/#>>/ ! d' $MKBUILD_NAME | grep -v '^#' | grep '^\[\[[A-Za-z]' | \ while read i; do CHANGE="`echo $i | sed 's/\[\[\(.*\)\]\]=\"\(.*\)\"/\1/'`" @@ -1442,7 +1442,7 @@ function make_slackbuild { fi # Others changes - verbose -e "\nEdit others [[]] parameters ..." + verbose -e "\nEdit other [[]] parameters ..." change_other_parameters if [ "$SIGN_MANIFESTS" -eq $on ]; then |