talloc: Don't fail build if we couldn't clean

This commit is contained in:
michalbednarski 2016-03-20 10:26:22 +01:00
parent 9d16c45ec8
commit f861fe190a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ TERMUX_PKG_BUILD_IN_SRC="yes"
termux_step_configure () {
# Make sure symlinks are installed:
rm $TERMUX_PREFIX/lib/libtalloc*
rm $TERMUX_PREFIX/lib/libtalloc* || true
cd $TERMUX_PKG_SRCDIR