We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0c001 commit d63870cCopy full SHA for d63870c
packaging/packager
@@ -78,7 +78,7 @@ function package_libc_pacman() {
78
79
function package_libc_dpkg() {
80
if type dpkg-query > /dev/null 2>&1; then
81
- dpkg-query --listfiles libc6 | find_so_files
+ dpkg-query --listfiles libc6:$(dpkg --print-architecture) | find_so_files
82
fi
83
}
84
0 commit comments