more reorganizeing and $PKGCONFIG.ini files added B to ls -lh for "Bytes"

This commit is contained in:
2026-03-09 11:28:09 -04:00
parent a69f945b91
commit 1590e1f3f7
25 changed files with 100 additions and 96 deletions

View File

@@ -90,6 +90,9 @@ def process_root(src_root: Path, out_root: Path, minify: bool, micro: bool):
continue
rel = src.relative_to(pkg_dir)
if rel=="$PKGCONFIG.ini":
continue
dst = out_root / rel
dst.parent.mkdir(parents=True, exist_ok=True)