commit d22d848c09d7a49151131b1a04a1ec6057a1a6d6 parent 2b4c1d1dea1e410d93bdbd2702e9ebf5d255fd3e Author: Jan Pobrislo <ccx@te2000.cz> Date: Sun, 12 Oct 2025 12:45:37 +0000 fix system-config-init src_dir Diffstat:
5 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/templates/pkg/system-config-init b/templates/pkg/system-config-init @@ -1,3 +1,4 @@ +{%- set src_dir="." -%} {% extends "genlinks" %} {% block package_deps -%} #+{{pkg_install_name("s6")}} diff --git a/variants/ccx-x86_64/default.environment b/variants/ccx-x86_64/default.environment @@ -43,5 +43,5 @@ #+system-config.8a3b6b805729a2f92deb6d7d12f23351f123673efbb8fe1b84b9191daeaa5f62 #+system-config-rc.9e7d1a576cf722cce1c65e9a28d0d795b228728c7b1d0705771d04efeef15ae8 #+system-config-scripts.a54759d4f335bd14d0739a8b91412f1ce5302d65013e587018ec1bcf5363b16a -#+system-config-init.680f9161551db78efd62d0ed4256af436a676d917e83b448241a7046b13a5c36 +#+system-config-init.45252e8caa292e568c0eeeb7a746bd3dc4a986c9609e3bf754ab389c1aae2176 #+system-config-zsh.3f24324efe84089cac74c52a6324952a793cd304f29ea46e4f28fb00c8c35df7 \ No newline at end of file diff --git a/variants/ccx-x86_64/system-config-init b/variants/ccx-x86_64/system-config-init @@ -13,7 +13,7 @@ # - build script start - prefix=/home/ccx/versions/$pthbs_package dest=${pthbs_destdir%/}${prefix} -cd 'system-config-init' +cd '.' q() { # quote list of strings to be suitable for execline diff --git a/variants/root-x86_64/default.environment b/variants/root-x86_64/default.environment @@ -43,5 +43,5 @@ #+system-config.5aab04c62c5f380a071c1b891e333fddf57b5c65f098cd6ffd8285d367f61c56 #+system-config-rc.4c93478687fc9d24c056964e988eb0f91514a9196bd1898356cc916d0654554c #+system-config-scripts.5ade8006267d5dd6f2fa7be80dc04f8396ed6e6da6abd1d23eaaee1f237ba341 -#+system-config-init.d78ec01397821d3d9485657974344ee8ea0c9353f1a4d4e9e72f4a232b4c3a83 +#+system-config-init.7ac93cf94a79f0af8298363a39fe354f4d6794cc31d8375c2e320564908cb66a #+system-config-zsh.2f424f7007ce63719a484ba88a797dba7ae43a63408eb4ebd0dc8d7b252fccc1 \ No newline at end of file diff --git a/variants/root-x86_64/system-config-init b/variants/root-x86_64/system-config-init @@ -13,7 +13,7 @@ # - build script start - prefix=/versions/$pthbs_package dest=${pthbs_destdir%/}${prefix} -cd 'system-config-init' +cd '.' q() { # quote list of strings to be suitable for execline