fix: drop the PKGBUILD's install of the removed _config_old templates #144
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/pkgbuild-config-old"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Building the package fails at
install: cannot stat 'resources/*_config_old'— #137 removed the legacy templates and updated setup.py, but missed the PKGBUILD's hand-installed resource list.Fix
Drop the
resources/*_config_oldline. Theresources/*_configglob still matches the four live templates (and ssl_config).Verification
Swept packaging/ for any other
config_oldreference — none. Hit live during #138's build-and-install test.🤖 Generated with Claude Code