commit: 7c0ade278efd23419813824453284d525a544e28
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 00:07:06 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 14 00:07:40 2024 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=7c0ade27
meson.build: add TODO wrt cleaning up functions.sh template
Signed-off-by: Sam James <sam <AT> gentoo.org>
meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/meson.build b/meson.build
index 5346aee..6846d40 100644
--- a/meson.build
+++ b/meson.build
@@ -14,6 +14,7 @@ conf_data.set('version', meson.project_version())
# We might be able to install some symlinks to get around this though?
conf_data.set('GENTOO_LIBEXEC_DIR', get_option('prefix') / 'lib' / 'gentoo')
+# TODO: Cleanup now that functions.sh no longer uses ecma48-cpr
configure_file(
input: 'functions.sh.in',
output: 'functions.sh',