mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-21 10:12:35 +00:00
libcaca: Remove no longer necessary symlink
%ci:no-build
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user