summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock4
1 files changed, 2 insertions, 2 deletions
diff --git a/getmock b/getmock
index 73dd65d..7e31b82 100755
--- a/getmock
+++ b/getmock
@@ -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