summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck-multiarch-files2
1 files changed, 1 insertions, 1 deletions
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 (<STDIN>) {
# 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;
}
}