diff graphics/graphviz/graphviz.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 25cecc6dca48
children 6633bc51db0e
line wrap: on
line diff
--- a/graphics/graphviz/graphviz.sh	Tue Aug 20 20:15:00 2019 +0200
+++ b/graphics/graphviz/graphviz.sh	Wed Aug 21 09:04:13 2019 +0200
@@ -156,15 +156,7 @@
 		$with_xml
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/lib/graphviz/*.la
-	rm -f $DESTDIR/lib/graphviz/perl/*.la
-	rm -f $DESTDIR/lib/libcdt.la
-	rm -f $DESTDIR/lib/libcgraph.la
-	rm -f $DESTDIR/lib/libgvc.la
-	rm -f $DESTDIR/lib/libgvpr.la
-	rm -f $DESTDIR/lib/liblab_gamut.la
-	rm -f $DESTDIR/lib/libpathplan.la
-	rm -f $DESTDIR/lib/libxdot.la
+	find $DESTDIR -type f -name "*.la" -delete
 
 	cd ..
 	rm -rf $PKGNAME-$PKGVERSION