Manual.md: mention make_dirs (#4082)
This commit is contained in:
parent
734ac21884
commit
2ec3075932
1 changed files with 6 additions and 0 deletions
|
@ -472,6 +472,12 @@ Example `skip_extraction="foo-${version}.tar.gz"`.
|
||||||
paths, wildcards will be extended, and multiple entries can be separated by blanks i.e:
|
paths, wildcards will be extended, and multiple entries can be separated by blanks i.e:
|
||||||
`conf_files="/etc/foo.conf /etc/foo2.conf /etc/foo/*.conf"`.
|
`conf_files="/etc/foo.conf /etc/foo2.conf /etc/foo/*.conf"`.
|
||||||
|
|
||||||
|
- `make_dirs` A list of entries defining directories and permissions to be
|
||||||
|
created at install time. Each entry should be space separated, and will
|
||||||
|
itself contain spaces. `make_dirs="/dir 0750 user group"`. User and group and
|
||||||
|
mode are required on every line, even if they are `755 root root`. By
|
||||||
|
convention, there is only one entry of `dir perms user group` per line.
|
||||||
|
|
||||||
- `noarch` If set, the binary package is not architecture specific and can be shared
|
- `noarch` If set, the binary package is not architecture specific and can be shared
|
||||||
by all supported architectures.
|
by all supported architectures.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue