summaryrefslogtreecommitdiff
path: root/build-repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-repo.sh')
-rwxr-xr-xbuild-repo.sh2
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"