get_installed_tracked_exec_dirs – print existing directories of a package, containing executables, used for ROOT directory.

Description

Method prints absolute paths with directories of current package, which contain executable files, needed to be reflected in ROOT, each on new line. For each prefix from PREFIX_LIST all paths from root_TRACKED_BIN_DIRS are joined and printed. The latter is set up with option any_root_tracked_bin_dirs.

Default values are /usr for PREFIX_LIST and bin for root_TRACKED_BIN_DIRS. See also get_installed_tracked_dirs(3) for examples of paths for ROOT.

Writing

The method does not write to any directories.

Variables

The method uses any-api(7) variables:
D
PREFIX_LIST

The method uses engine variables:

root_TRACKED_BIN_DIRS

Options

The following options affect the method:
any_root_tracked_bin_dirs

See also