From 81660b26bc8e2c03f55cf928955f7ed84e00785a Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 31 Oct 2008 10:17:07 +0200 Subject: [PATCH] Adjust for file output change (rhbz#468129) - file util used reported file details along with mime type, newer ones don't --- scripts/find-debuginfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/find-debuginfo.sh b/scripts/find-debuginfo.sh index 287c512..21366bf 100644 --- a/scripts/find-debuginfo.sh +++ b/scripts/find-debuginfo.sh @@ -90,7 +90,7 @@ strip_to_debug() { local g= $strip_g && case "$(file -bi "$2")" in - application/x-sharedlib,*) g=-g ;; + application/x-sharedlib*) g=-g ;; esac eu-strip --remove-comment $g -f "$1" "$2" || exit } -- 2.7.4