mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
Fix output path
This commit is contained in:
parent
58d863e95c
commit
d67b7b57a0
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ for dir in \
|
|||
# The real build starts here
|
||||
TMP=$TMP OUTPUT=$OUTPUT sh ${package}.SlackBuild || exit 1
|
||||
if [ "$INST" = "1" ]; then
|
||||
PACKAGE=$(ls $TMP/${package}-${version}-*-${build}*.txz 2>/dev/null)
|
||||
PACKAGE=$(ls $OUTPUT/${package}-${version}-*-${build}*.txz 2>/dev/null)
|
||||
if [ -f "$PACKAGE" ]; then
|
||||
upgradepkg --install-new --reinstall "$PACKAGE"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue