From 5e94752434782c9fc0f3a1aefa79ca090482a11b Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 22 May 2023 18:51:54 +1000 Subject: [PATCH] makepkg.conf.5: correction option name Also fix typo "librarys" Signed-off-by: Allan McRae --- doc/makepkg.conf.5.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/makepkg.conf.5.asciidoc b/doc/makepkg.conf.5.asciidoc index ecc1f0e9..8085f239 100644 --- a/doc/makepkg.conf.5.asciidoc +++ b/doc/makepkg.conf.5.asciidoc @@ -199,7 +199,7 @@ Options flags specified in LTOFLAGS to CFLAGS, CXXFLAGS and LDFLAGS (or ``-flto'' if LTOFLAGS is empty). - *autodep*;; + *autodeps*;; Enable the automatic addition of libraries to the depends and provides arrays. Search library directories are controlled by the LIB_DIRS variable defined below. @@ -236,7 +236,7 @@ Options **LIB_DIRS=(**lib:usr/lib ...**)**:: If `autodeps` is specified in the `OPTIONS` array, this variable will - instruct makepkg where to look to find librarys to add to the `provides` + instruct makepkg where to look to find libraries to add to the `provides` array. The format is "prefix:path", where provides will be added for libraries found in "path" with the specified prefix added.