diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mysql-functions | 3 |
1 files changed, 3 insertions, 0 deletions
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 |