From 53764cb47244c7130ab83b9b51dc022660b35623 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 4 May 2018 15:22:30 +0200 Subject: lib/mysql-functions: add comment --- lib/mysql-functions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/mysql-functions') 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" } | \ -- cgit v1.2.3-54-g00ecf