1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-23 16:07:06 +00:00

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

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