Fix minor spelling mistake. Pretty sure I meant to say register.

This commit is contained in:
Joshua Strobl 2017-02-24 01:55:03 +02:00
parent 51e07c5b52
commit 75f25d243e
No known key found for this signature in database
GPG Key ID: 3F6FD9A6B13E584D
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Macro | Description
**%cabal_configure** | Runs cabal configure with prefix, libdir, etc. and ensures the necessary package.conf.d is copied to the correct location.
**%cabal_build** | Runs cabal build with `%JOBS%`
**%cabal_install** | Runs cabal copy to `$installdir`
**%cabal_register** | Runs cabal regiter to generate a pkg-config for package and version, then installs the conf file.
**%cabal_register** | Runs cabal register to generate a pkg-config for package and version, then installs the conf file.
#### Meson Actionable Macros