mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
fix minor typo in both build scripts
Signed-off-by: Chess Griffin <chess.griffin@gmail.com>
This commit is contained in:
parent
9d4e64958f
commit
f5b639321a
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue