fix minor typo in both build scripts

Signed-off-by: Chess Griffin <chess.griffin@gmail.com>
This commit is contained in:
Chess Griffin 2013-05-28 23:21:26 -04:00
parent 9d4e64958f
commit f5b639321a
No known key found for this signature in database
GPG key ID: BFF42AA34B3305BE
2 changed files with 3 additions and 3 deletions

View file

@ -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
done

View file

@ -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"