Skip to content

Commit d63870c

Browse files
nlewyckyspecious
authored andcommitted
packager: fetch glibc corresponding to the host architecture on debian multiarch
1 parent ff0c001 commit d63870c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/packager

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function package_libc_pacman() {
7878

7979
function package_libc_dpkg() {
8080
if type dpkg-query > /dev/null 2>&1; then
81-
dpkg-query --listfiles libc6 | find_so_files
81+
dpkg-query --listfiles libc6:$(dpkg --print-architecture) | find_so_files
8282
fi
8383
}
8484

0 commit comments

Comments
 (0)