summaryrefslogtreecommitdiffstats
path: root/check-multiarch-files
diff options
context:
space:
mode:
Diffstat (limited to 'check-multiarch-files')
-rwxr-xr-xcheck-multiarch-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-multiarch-files b/check-multiarch-files
index 5b556fb..8092426 100755
--- a/check-multiarch-files
+++ b/check-multiarch-files
@@ -17,7 +17,7 @@ while (<STDIN>) {
# File must be located in the usual development directories
-f $_ or next;
/\/usr(\/X11R6)?\/(bin|include)\// or next;
- /\/multiarch-.*-linux\// and next;
+ /\/multiarch-.+-\w+\// and next;
/\/include\/asm/ and next;
my $multiarch = 0;