index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-21 22:49:19 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-21 22:49:19 +0200 |
commit | 4fc55d42a2aae1c677ebb7ac9d52fe05815dd36c (patch) | |
tree | b8c03427d8ab689291c3a8ddf08081a606685275 | |
parent | 172c5a102d8daff41e1dd21aa0d1bb0fde835532 (diff) |
-rwxr-xr-x | lib/mysql-functions | 3 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index f7b6b77..fc8e9f6 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -510,6 +510,9 @@ mysql_generate_package_metadata() { s|^| (from_base64("| s|$|")),| ' + # TODO: this seems not the right place to insert these dependencies + # make_source_info() seems suited much better, but there we don't + # have (yet) the pkgver extracted ... if printf '%s' "${pkgname}" | \ base64 -d | \ grep -q -- '-doc$'; then |