Skip to content

Commit

Permalink
Merge pull request #1451 from jonjohnsonjr/contextdir
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
jonjohnsonjr authored Oct 3, 2024
2 parents 200edaa + 06ecd0b commit 283c45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Melange provides the following default substitutions which can be referenced in
| `${{package.full-version}}` | `${{package.version}}-r${{package.epoch}}` |
| `${{package.description}}` | Package description |
| `${{targets.outdir}}` | Directory where targets will be stored |
| `${{package.contextdir}}` | Directory where targets will be stored for main packages and subpackages |
| `${{targets.contextdir}}` | Directory where targets will be stored for main packages and subpackages |
| `${{targets.destdir}}` | Directory where targets will be stored for main |
| `${{targets.subpkgdir}}` | Directory where targets will be stored for subpackages |
| `${{build.arch}}` | Architecture of current build (e.g. x86_64, aarch64) |
Expand Down

0 comments on commit 283c45e

Please sign in to comment.