Commit 8739d3b 1 parent fd54fad commit 8739d3b Copy full SHA for 8739d3b
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ pkg_prepare_deb() {
94
94
}
95
95
96
96
pkg_install_deb() {
97
- ( deb_chroot $BUILD_ROOT dpkg --install $DEB_UNSAFE_IO $DEB_NO_TRIGGERS --force-depends .init_b_cache/$PKG.deb 2>&1 || touch $BUILD_ROOT/exit ) | \
97
+ ( deb_chroot $BUILD_ROOT dpkg --force-architecture -- install $DEB_UNSAFE_IO $DEB_NO_TRIGGERS --force-depends .init_b_cache/$PKG.deb 2>&1 || touch $BUILD_ROOT/exit ) | \
98
98
perl -ne '$|=1;/^(Configuration file|Installing new config file|Selecting previously deselected|Selecting previously unselected|\(Reading database|Unpacking |Setting up|Creating config file|Preparing to replace dpkg|Preparing to unpack )/||/^$/||print'
99
99
# ugly workaround for upstart system. some packages (procps) try
100
100
# to start a service in their configure phase. As we don't have
@@ -212,7 +212,7 @@ pkg_sysrootinstall_deb() {
212
212
return
213
213
fi
214
214
215
- ( deb_chroot $BUILD_ROOT dpkg --install $DEB_UNSAFE_IO $DEB_NO_TRIGGERS --force-depends .init_b_cache/$PKG.deb 2>&1 || touch $BUILD_ROOT/exit ) | \
215
+ ( deb_chroot $BUILD_ROOT dpkg --force-architecture -- install $DEB_UNSAFE_IO $DEB_NO_TRIGGERS --force-depends .init_b_cache/$PKG.deb 2>&1 || touch $BUILD_ROOT/exit ) | \
216
216
perl -ne '$|=1;/^(Configuration file|Installing new config file|Selecting previously deselected|Selecting previously unselected|\(Reading database|Unpacking |Setting up|Creating config file|Preparing to replace dpkg|Preparing to unpack )/||/^$/||print'
217
217
}
218
218
You can’t perform that action at this time.
0 commit comments