diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ ## Staging convention: prefer `cat` over `cp` Packages moved here from the pentesting-suite repo predate this repo's -convention (see `CLAUDE.md`) of staging repo files into `$PKG` with +convention (see `AGENTS.md`) of staging repo files into `$PKG` with `cat src > dest` instead of `cp`. `cat` writes through a fresh destination so the build's umask/root ownership sets the perms; `cp` bleeds the git working-tree mode/ownership into the package. |
