diff options
-rwxr-xr-x | check-multiarch-files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-multiarch-files b/check-multiarch-files index c9fadab..713a151 100755 --- a/check-multiarch-files +++ b/check-multiarch-files @@ -23,7 +23,7 @@ while (<STDIN>) { # File must be located in the usual development directories -f $_ or next; - m,^$RPM_BUILD_ROOT/usr(/X11R6)?/(bin|include)/, or next; + m,^\Q$RPM_BUILD_ROOT\E/usr(/X11R6)?/(bin|include)/, or next; m,/multiarch-.+-\w+/, and next; m,/include/asm, and next; |