From 1f8dab1515c18b029dc03266ddd287abe5ecc6d7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 15 Oct 2023 12:13:54 +0200 Subject: [PATCH] d/rules: add missing quotes to glob passed to find Signed-off-by: Thomas Lamprecht --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0fb9b48..f9ae285 100755 --- a/debian/rules +++ b/debian/rules @@ -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: