diff core/eudev/eudev.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 59a2fa6992bc
children a133976e0783
line wrap: on
line diff
--- a/core/eudev/eudev.sh	Tue Aug 20 20:15:00 2019 +0200
+++ b/core/eudev/eudev.sh	Wed Aug 21 09:04:13 2019 +0200
@@ -51,7 +51,7 @@
 		--enable-shared
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/lib/libudev.la
+	find $DESTDIR -type f -name "*.la" -delete
 	install -Dm0755 ../udevd $DESTDIR/etc/rc.d/udevd
 
 	cd ..