Module biarch: bi-architectural libdir selector for RPM based systems

GNU configure uses $libdir variable. By default it is $prefix/lib, but on bi-architectural systems it can be /lib64. This module provides this change.

Module requires for init: prefix rpm filelist perl

Module uses phase: prefix_set

Module provides function for: filelist_inspect

biarch_prefix_set

Change standard directories to bi-arch ones using RPM macros (internal function).

biarch_filelist_inspect

Filelist inspector, which replaces paths with bi-arch one using RPM macros (internal function).

biarch_replace file

file: file name with full path

returns $pwiz_result: file name with replaced path

File name with path changed to bi-arch one using RPM macros.