mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-27 19:58:26 +01:00
Update Build Script. Fix #2
Thanks to Mick Amadio. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
93eaaa77cc
commit
d07cf86c22
1 changed files with 6 additions and 6 deletions
|
@ -107,7 +107,7 @@ for dir in \
|
|||
# The real build starts here
|
||||
sh ${package}.SlackBuild || exit 1
|
||||
if [ "$INST" = "1" ]; then
|
||||
PACKAGE="${package}-$version-${build}*.txz"
|
||||
PACKAGE="${package}-$version-*-${build}*.txz"
|
||||
if [ -f $TMP/$PACKAGE ]; then
|
||||
upgradepkg --install-new --reinstall $TMP/$PACKAGE
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue