mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
tiff: prevent installing unneeded *.so*T files
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7b637130ae
commit
367797ee8d
@ -23,4 +23,6 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/libtiff/.libs/*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/libtiff/.libs/libtiff.so* $INSTALL/usr/lib
|
||||||
|
cp -P $PKG_BUILD/libtiff/.libs/libtiffxx.so* $INSTALL/usr/lib
|
||||||
|
rm -rf $INSTALL/usr/lib/libtiffxx.so*T
|
Loading…
x
Reference in New Issue
Block a user