Skip to content

Commit ab4b91e

Browse files
committed
anbox-build.sh: Clean up .pc directory when patches cannot be undone
1 parent 4f02bec commit ab4b91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/anbox-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
export QUILT_PATCHES=.patches
1515

1616
if [ -d .pc ]; then
17-
quilt pop -a
17+
quilt pop -a || rm -rf .pc
1818
rm -rf .patches
1919
fi
2020

0 commit comments

Comments
 (0)