aboutsummaryrefslogtreecommitdiff
path: root/portable
diff options
context:
space:
mode:
Diffstat (limited to 'portable')
-rwxr-xr-xportable/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/portable/build.sh b/portable/build.sh
index 339823b..5b67467 100755
--- a/portable/build.sh
+++ b/portable/build.sh
@@ -104,7 +104,7 @@ done
popd
# Clean up any lingering artifacts
-make -f debian/rules clean
+make -f debian/rules clean || :
rm -rf ${BUILD_DIR}
popd
bgstack15