mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/build: globally remove /usr/share/pkgconfig from .install_pkg dir
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8c03f336d7
commit
94fdf3de04
@ -257,6 +257,7 @@ if [ ! -f $STAMP ]; then
|
||||
rm -rf $INSTALL/usr/share/info
|
||||
rm -rf $INSTALL/usr/share/locale
|
||||
rm -rf $INSTALL/usr/share/man
|
||||
rm -rf $INSTALL/usr/share/pkgconfig
|
||||
find $INSTALL/lib -name "*.la" -exec rm -rf "{}" ";" 2>/dev/null || true
|
||||
find $INSTALL/usr/lib -name "*.la" -exec rm -rf "{}" ";" 2>/dev/null || true
|
||||
find $INSTALL/lib -name "*.a" -exec rm -rf "{}" ";" 2>/dev/null || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user