diff qt/qttools/qttools.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents bebbfcce62c5
children a133976e0783
line wrap: on
line diff
--- a/qt/qttools/qttools.sh	Tue Aug 20 20:15:00 2019 +0200
+++ b/qt/qttools/qttools.sh	Wed Aug 21 09:04:13 2019 +0200
@@ -43,9 +43,7 @@
 	qmake ..
 	make
 	make install INSTALL_ROOT=$DESTDIR
-	rm -f $DESTDIR/lib/libQt5Designer*.la
-	rm -f $DESTDIR/lib/libQt5Help.la
-	rm -f $DESTDIR/lib/libQt5UiTools.la
+	find $DESTDIR -type f -name "*.la" -delete
 	cd ..
 
 	cd ..