summaryrefslogtreecommitdiffstats
path: root/check-multiarch-files
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-01-25 13:11:28 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-01-25 13:11:28 +0000
commit2392ec65df730b4db690b7963891533b93103698 (patch)
tree7294c4ee49eb672379878de94a72e087f2423dd1 /check-multiarch-files
parentaf7b4c580675334a8c29b079a4db3a9734b8f714 (diff)
downloadmultiarch-utils-2392ec65df730b4db690b7963891533b93103698.tar
multiarch-utils-2392ec65df730b4db690b7963891533b93103698.tar.gz
multiarch-utils-2392ec65df730b4db690b7963891533b93103698.tar.bz2
multiarch-utils-2392ec65df730b4db690b7963891533b93103698.tar.xz
multiarch-utils-2392ec65df730b4db690b7963891533b93103698.zip
%multiarch_{bin,include}dir aliases, better OS independence
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;