Fix docker build recompile test
This commit is contained in:
parent
85968969a0
commit
d565252e3c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ buildflatpak() {
|
|||
popd
|
||||
}
|
||||
|
||||
if ! test -f "love-${VERSION}-${ARCH}.tar.gz"; then
|
||||
if ! test -f "tarball/love-${VERSION}-${ARCH}.tar.gz"; then
|
||||
msg "Building love"
|
||||
buildlove
|
||||
buildtarball
|
||||
|
|
Loading…
Reference in a new issue