There is sometimes a need to install a file in a subdirectory of a directory assigned to installation category. For example, if the lib category resolves effectively to /usr/lib64, then there should be allowed -install lib/pkgconfig that will resolve the lib part into the installation category, and rest of the path will be added as suffix, so this will finally resolve to /usr/lib64/pkgconfig.
An alternative method would be to create a special key that will define installation subdirectory. This could be used also in case when the installation category is defined implicitly - for example, files specified in -h key.
There is sometimes a need to install a file in a subdirectory of a directory assigned to installation category. For example, if the
libcategory resolves effectively to/usr/lib64, then there should be allowed-install lib/pkgconfigthat will resolve thelibpart into the installation category, and rest of the path will be added as suffix, so this will finally resolve to/usr/lib64/pkgconfig.An alternative method would be to create a special key that will define installation subdirectory. This could be used also in case when the installation category is defined implicitly - for example, files specified in
-hkey.