diff bluetooth/bluez/bluez.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 24249b89d047
children a133976e0783
line wrap: on
line diff
--- a/bluetooth/bluez/bluez.sh	Tue Aug 20 20:15:00 2019 +0200
+++ b/bluetooth/bluez/bluez.sh	Wed Aug 21 09:04:13 2019 +0200
@@ -89,7 +89,7 @@
 		$with_udev
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/lib/libbluetooth.la
+	find $DESTDIR -type f -name "*.la" -delete
 	install -Dm0644 src/main.conf $DESTDIR/etc/bluetooth/main.conf
 	install -Dm0644 ../bluetooth $DESTDIR/etc/rc.d/bluetooth