From f5b639321a0256be9f3972d97e60f3347d70fd47 Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Tue, 28 May 2013 23:21:26 -0400 Subject: [PATCH] fix minor typo in both build scripts Signed-off-by: Chess Griffin --- mate-build-base.sh | 4 ++-- mate-build-extra.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mate-build-base.sh b/mate-build-base.sh index 5797e54..827316e 100755 --- a/mate-build-base.sh +++ b/mate-build-base.sh @@ -80,7 +80,7 @@ for dir in \ exit 1 fi - # The real builds starts here + # The real build starts here sh ${package}.SlackBuild || exit 1 if [ "$INST" = "1" ]; then PACKAGE="${package}-$version-*.txz" @@ -94,4 +94,4 @@ for dir in \ # back to original directory cd $MSBROOT -done \ No newline at end of file +done diff --git a/mate-build-extra.sh b/mate-build-extra.sh index baf9cbe..2860273 100755 --- a/mate-build-extra.sh +++ b/mate-build-extra.sh @@ -81,7 +81,7 @@ for dir in \ exit 1 fi - # The real builds starts here + # The real build starts here sh ${package}.SlackBuild || exit 1 if [ "$INST" = "1" ]; then PACKAGE="${package}-$version-*.txz"