summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/mysql-functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions
index 438214f..d259729 100755
--- a/lib/mysql-functions
+++ b/lib/mysql-functions
@@ -335,6 +335,9 @@ mysql_generate_package_metadata() {
)
{
{
+ # this binary package is either built by the build_assignment
+ # with the identical arch (if existent) or by the one
+ # with arch=$any_arch
grep "^${arch64} " "${temp_dir}/build-assignments.id" || \
grep "^${any_arch} " "${temp_dir}/build-assignments.id"
} | \