summaryrefslogtreecommitdiff
path: root/lib/mysql-functions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-21 22:49:19 +0200
committerErich Eckner <git@eckner.net>2018-06-21 22:49:19 +0200
commit4fc55d42a2aae1c677ebb7ac9d52fe05815dd36c (patch)
treeb8c03427d8ab689291c3a8ddf08081a606685275 /lib/mysql-functions
parent172c5a102d8daff41e1dd21aa0d1bb0fde835532 (diff)
downloadbuilder-4fc55d42a2aae1c677ebb7ac9d52fe05815dd36c.tar.xz
lib/mysql-functions: add TODO
Diffstat (limited to 'lib/mysql-functions')
-rwxr-xr-xlib/mysql-functions3
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