directory adds a command that creates a directory in the files target while setting its permission modes, owner and group. destination is the absolute name, in the target directory of the build type used, of the directory to be created.
Set the group ownership of the installed directory to group. The default is the current group of the process. group may be either a group name or a numeric group id.
Set the permissions for the installed directory to mode. The format of mode is the same as the format of the -m option of the install program. The default mode is 0755, i.e. read, write and execute for the owner, and read and execute for group and other.
Set the ownership of the installed directory to user. The default is root. user may be either a user name or a numeric user ID.