scripts/build: globally remove /usr/share/pkgconfig from .install_pkg dir

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-07-29 09:05:37 +02:00
parent 8c03f336d7
commit 94fdf3de04

View File

@ -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