commit 2cc99f80fa391437063c1bd43f889016b5e7be2c parent 5ee4e9eacd49b46b482c5054801fcd16304dfa53 Author: ccx <ccx@te2000.cz> Date: Sat, 16 Mar 2024 21:30:28 +0000 "core-system-conf" -> "system-config" Diffstat:
M | version_path.awk | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/version_path.awk b/version_path.awk @@ -12,7 +12,7 @@ function exec_path(name) { exit 2 } print name >>execfile - return get_package_path("core-system-conf") "/deps/command/" name + return get_package_path("system-config") "/deps/command/" name } function q(s) { # quote string for execline @@ -27,7 +27,7 @@ function qexec(s) { } function config_path(name) { - return get_package_path("core-system-conf") "/config/" name + return get_package_path("system-config") "/config/" name } function qconfig(s) {