From a240c4023566b07811b2338430514e3da658b599 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 22 Jan 2009 02:27:03 +0000 Subject: minor changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@768 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/mkbuild | 4 ++-- 1 file 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 -- cgit v1.2.3