d/rules: add missing quotes to glob passed to find

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-10-15 12:13:54 +02:00
parent 2c95b92384
commit 1f8dab1515

2
debian/rules vendored
View File

@ -98,7 +98,7 @@ override_dh_auto_clean:
@if test -e META.orig; then mv META.orig META; fi
override_dh_install:
find debian/tmp/lib -name *.la -delete
find debian/tmp/lib -name '*.la' -delete
dh_install
override_dh_missing: