index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/mysql-functions | 3 |
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" } | \ |