talloc: Don't fail build if we couldn't clean
This commit is contained in:
parent
9d16c45ec8
commit
f861fe190a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user