index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-04-15 12:14:51 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-04-15 12:14:51 +0200 |
commit | 7b5ddf64cc4f057b2bcc3fd935ca9575b946925d (patch) | |
tree | e14b78fc91b798b38c1cfb874e78513ee7831116 | |
parent | fd9d2f5d68c6d8799bb16287543203f630d97b42 (diff) |
-rwxr-xr-x | lib/mysql-functions | 3 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index 1994184..67e49aa 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -218,11 +218,10 @@ mysql_generate_package_metadata() { exit 2 fi # remove empty lines and unsupported architectures - # TODO: support "pentium4" architecture, too sed -i ' /^[^=]*=\s*$/d /^\s*arch = /{ - / \(i[46]86\|any\)$/!d + / \(i[46]86\|pentium4\|any\)$/!d } ' "${temp_dir}/SRCINFO" |