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"