Skip to content

Commit 2a88688

Browse files
authored
no check for a while
1 parent a770978 commit 2a88688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ do_second_stage() {
202202
do_qemu_user_emulation() {
203203
arch_translate "$arch"
204204
if $foreign_worker; then
205-
dpkg_depends_on "qemu-user-static"
205+
# dpkg_depends_on "qemu-user-static"
206206
$SUDO cp /usr/bin/qemu-"$t_arch"-static "$chroot_dir/usr/bin/"
207207
fi
208208
}

0 commit comments

Comments
 (0)