Manual.md: conf_files support wildcards now.

This commit is contained in:
Enno Boland 2015-11-26 08:31:02 +01:00
parent 0b9912133d
commit a0979f2efe

View file

@ -450,8 +450,8 @@ Example `skip_extraction="foo-${version}.tar.gz"`.
- `nodebug` If enabled -dbg packages won't be generated even if `XBPS_DEBUG_PKGS` is set.
- `conf_files` A list of configuration files the binary package owns; this expects full
paths, and multiple entries can be separated by blanks, i.e:
`conf_files="/etc/foo.conf /etc/foo2.conf"`.
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"`.
- `noarch` If set, the binary package is not architecture specific and can be shared
by all supported architectures.