From bb9885c5d9b61fbdb10af6b8b08d9c20b215dd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 9 Feb 2005 08:55:51 +0000 Subject: don't match */lib/{font,X11} in headers as they shall be used for arch-independent data anyway --- check-multiarch-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-multiarch-files b/check-multiarch-files index 33f64f7..9d200f9 100755 --- a/check-multiarch-files +++ b/check-multiarch-files @@ -63,7 +63,7 @@ while () { # check for libdir references, typically plugins dir # XXX check for /DIR/ in $def ? - if ($val =~ /"\/usr(\/X11R6)?\/lib(32|64)?\/.*"/) { + if ($val =~ /"\/usr(\/X11R6)?\/lib(32|64)?\/(?!(X11|font)\/).*"/) { $multiarch = 1; } } -- cgit v1.2.1