APKBUILD.5: match install_if example to abuild.in

This change makes the example in the description of install_if in the
APKBUILD man page match abuild.in:1791.
This commit is contained in:
Keith Maxwell 2019-05-15 23:31:44 +01:00 committed by Natanael Copa
parent 2122fa7476
commit 40e6e9995b
1 changed files with 3 additions and 3 deletions

View File

@ -158,9 +158,9 @@ should automatically install the package (or subpackage).
For instance, the OpenRC subpackages set
.Cm install_if
to
.Li $pkgname=$pkgver openrc
which means that the OpenRC subpackage will be automatically installed if the
origin package and OpenRC are both installed on the same computer.
.Li openrc ${subpkgname%-openrc}=$pkgver-r$pkgrel
which means that the OpenRC subpackage will be automatically installed if
both OpenRC and the origin package are installed on the same computer.
.It Cm makedepends
Specifies build dependencies for the package.
.It Cm pkggroups