mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-14 08:01:24 +01:00
Fix output path
This commit is contained in:
parent
d67b7b57a0
commit
8556dbf0f2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ for dir in \
|
||||||
# The real build starts here
|
# The real build starts here
|
||||||
TMP=$TMP OUTPUT=$OUTPUT sh ${package}.SlackBuild || exit 1
|
TMP=$TMP OUTPUT=$OUTPUT sh ${package}.SlackBuild || exit 1
|
||||||
if [ "$INST" = "1" ]; then
|
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
|
if [ -f "$PACKAGE" ]; then
|
||||||
upgradepkg --install-new --reinstall "$PACKAGE"
|
upgradepkg --install-new --reinstall "$PACKAGE"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue