Skip to content

Commit

Permalink
Update docs/packaging/package.yml.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Staudinger <[email protected]>
  • Loading branch information
davidjharder and Staudey authored May 4, 2024
1 parent b1e3987 commit e22e1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/packaging/package.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Macros are prefixed with `%`, and are substituted before your script is executed
| **%patch** | Sane patch macro to run in batch mode and not contaminate source tree on failure. |
| **%apply_patches** | Applies all patches listed in the `series` file in `./files` folder. |
| **%reconfigure** | Updates build scripts such as `./configure` and proceeds to run `%configure`. |
| **%symlink_check** | Installed symlinks are checked; if a broken symlink is found the build will fail. Must run after install macros |
| **%symlink_check** | Checks for broken symlinks in the install directory and aborts the build if any are found. Must run after install macros. |

### Haskell actionable macros

Expand Down

0 comments on commit e22e1c9

Please sign in to comment.