4.2.4.7 The InstallDirectory Builder
env.InstallDirectory(target)
env.InstallDirectory("${prefix}/share")
The InstallDirectory builder can be used to explicitly create a directory.
InstallDirectory builders are only processed when the user has requested to
perform an install operation from the command line.
This can also disambiguate whether the target for a subsequent builder
(e.g. Install ) refers to a file path or directory path.
|