diff options
Diffstat (limited to 'portable/build.sh')
-rwxr-xr-x | portable/build.sh | 2 |
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 |