commit 35f61f62bcad40517f6b4a515d31f57ebdb87b54
parent 9556e2f0df049fd4fff30def8d2b0fad13893a3f
Author: ccx <ccx@te2000.cz>
Date: Thu, 27 Feb 2025 22:29:20 +0000
Verify that files are being linked into deps
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/templates/pkg/containers b/templates/pkg/containers
@@ -18,6 +18,7 @@ ln -sf '{{pkg_install_dir("apk-tools")}}/command/apk.static' "$pkgdir/deps/comma
ln -sf '{{pkg_install_dir("xbps")}}/command/xbps-install.static' "$pkgdir/deps/command/"
for f in '{{pkg_install_dir("alpine-keys")}}'/keys/alpine/*/*; do
+ test -f "$f"
d=$(basename "${f%/*}")
mkdir -p "$pkgdir/deps/keys/alpine/$d"
ln -sf "$f" "$pkgdir/deps/keys/alpine/$d/"