aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/mirror-dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mirror-dev.sh')
-rwxr-xr-xtools/mirror-dev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mirror-dev.sh b/tools/mirror-dev.sh
index eb948f4417..47786de2bc 100755
--- a/tools/mirror-dev.sh
+++ b/tools/mirror-dev.sh
@@ -3,7 +3,7 @@
# found in the LICENSE file.
# For each installed *-dev package DEV
- for DEV in $(dpkg --list | grep '^ii [^ ]' | cut -d ' ' -f 3 | grep '\-dev$')
+ for DEV in $(dpkg --list | grep '^ii [^ ]' | cut -d ' ' -f 3 | grep -P '\-dev($|\:amd64$)')
do
# For each multi-arch *.so SO installed by DEV
for DEV_64_SO in $(dpkg -L $DEV | grep '/lib/x86_64-linux-gnu/.*\.so$')