diff options
author | davidovski <david@davidovski.xyz> | 2021-10-30 20:24:25 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-30 20:24:25 +0100 |
commit | 85b4db71ee61b0add82ec420e10757f6f009cdd3 (patch) | |
tree | 07f118d25035e61646b7a99e5b9602fddd0902fb /build-repo.sh | |
parent | 8649c721bac58287f0496f869d8bb5b7e09b4433 (diff) |
added readme
Diffstat (limited to 'build-repo.sh')
-rwxr-xr-x | build-repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-repo.sh b/build-repo.sh index bf6f783..a59e7eb 100755 --- a/build-repo.sh +++ b/build-repo.sh @@ -63,7 +63,7 @@ extend-index () { COLOR="pass" fi if grep $PKG_NAME xibuild.report.log | grep -q fail; then - if [ -f $DEST ]; then + if [ -f dist/$REPO_NAME/$PKG_NAME.xipkg ]; then COLOR="warning" else COLOR="fail" |