From 500404b39b806d977ba499b8092c5df59057431f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 19 Oct 2015 13:00:33 +0200 Subject: [PATCH] Manual.md: document `lib32symlinks` and improve `lib32mode` descr. --- Manual.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index 2888807025d..bcf16f47973 100644 --- a/Manual.md +++ b/Manual.md @@ -893,8 +893,11 @@ dependencies must be specified with version comparators, i.e - `lib32files` Additional files to be added to the **32bit** package. This expect absolute paths separated by blanks, i.e `lib32files="/usr/bin/blah /usr/include/blah."`. -- `lib32mode` If unset, only shared libraries and pkg-config files will be copied to the -**32bit** package. If set to `full` all files will be copied as is. +- `lib32symlinks` Makes a symlink of the target filename stored in the `lib32` directory. +This expects the basename of the target file, i.e `lib32symlinks="foo"`. + +- `lib32mode` If unset, only shared/static libraries and pkg-config files will be copied to the +**32bit** package. If set to `full` all files will be copied to the 32bit package, unmodified. ### Subpackages