diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,7 +96,7 @@ do ;; thunderbird-debuginfo*) echo " " $i ignored ;; - *debuginfo*x86_64.rpm) + *-debuginfo-*x86_64.rpm|*-debugsource-*x86_64.rpm) if [ -f ${debug}x86_64/$j ]; then echo " " $i already there elif [ -d ${debug}x86_64 ]; then @@ -105,7 +105,7 @@ do echo " " $i ignored fi ;; - *debuginfo*86.rpm) + *-debuginfo-*86.rpm|*-debugsource-*86.rpm) if [ -f ${debug}i386/$j ]; then echo " " $i already there elif [ -d ${debug}i386 ]; then |