diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -73,11 +73,13 @@ rather than at commit time: OUTPUT=/tmp .extras/mksboarchive hydra # writes /tmp/hydra.tar.gz ``` -It validates that `<package>/<package>.SlackBuild` exists, removes any -`sbodl` source symlinks from the package directory first (so they never leak -into the tarball), then archives the directory. The output directory defaults -to the current working directory and can be overridden with the `OUTPUT` -environment variable. Run it from anywhere; it locates the repo root via git. +Run it from the repo root: it looks for a `<package>/<package>.SlackBuild` +below the current directory, removes any `sbodl` source symlinks from the +package directory first (so they never leak into the tarball), then archives +the directory. The output directory defaults to the current working directory +and can be overridden with the `OUTPUT` environment variable. This means it +works the same whether you run `.extras/mksboarchive` or an installed copy +(e.g. in `~/bin`), as long as you are in the repo root. ## Vendored Crates (Rust packages) |
