diff graphics/sdl2-image/sdl2-image.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 c5aee53e506f
children a133976e0783
line wrap: on
line diff
--- a/graphics/sdl2-image/sdl2-image.sh	Tue Aug 20 20:15:00 2019 +0200
+++ b/graphics/sdl2-image/sdl2-image.sh	Wed Aug 21 09:04:13 2019 +0200
@@ -175,7 +175,7 @@
 		$with_xv
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/lib/libSDL2_image.la
+	find $DESTDIR -type f -name "*.la" -delete
 
 	cd ..
 	rm -rf SDL2_image-$PKGVERSION