libcaca: Remove no longer necessary symlink

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-11-01 02:27:54 +09:00
parent 62ae90e817
commit b282b06d5f
1 changed files with 0 additions and 10 deletions

View File

@ -48,13 +48,3 @@ termux_step_post_configure() {
perl -p -i -e 's/#define HAVE_FLDLN2 1//' $TERMUX_PKG_BUILDDIR/config.h
fi
}
termux_step_post_massage() {
cd ${TERMUX_PKG_MASSAGEDIR}/${TERMUX_PREFIX}/lib || exit 1
if [ ! -e "./libcaca.so.0" ]; then
ln -sf libcaca.so libcaca.so.0
fi
if [ ! -e "./libcaca++.so.0" ]; then
ln -sf libcaca++.so libcaca++.so.0
fi
}