makepkg.conf.5: correction option name

Also fix typo "librarys"

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2023-05-22 18:51:54 +10:00
parent 262aa6c24e
commit 5e94752434

View file

@ -199,7 +199,7 @@ Options
flags specified in LTOFLAGS to CFLAGS, CXXFLAGS and LDFLAGS (or flags specified in LTOFLAGS to CFLAGS, CXXFLAGS and LDFLAGS (or
``-flto'' if LTOFLAGS is empty). ``-flto'' if LTOFLAGS is empty).
*autodep*;; *autodeps*;;
Enable the automatic addition of libraries to the depends and Enable the automatic addition of libraries to the depends and
provides arrays. Search library directories are controlled by provides arrays. Search library directories are controlled by
the LIB_DIRS variable defined below. the LIB_DIRS variable defined below.
@ -236,7 +236,7 @@ Options
**LIB_DIRS=(**lib:usr/lib ...**)**:: **LIB_DIRS=(**lib:usr/lib ...**)**::
If `autodeps` is specified in the `OPTIONS` array, this variable will 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 array. The format is "prefix:path", where provides will be added for
libraries found in "path" with the specified prefix added. libraries found in "path" with the specified prefix added.