aboutsummaryrefslogtreecommitdiff
path: root/Manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Manual.md b/Manual.md
index a80dea6ea27..bcc32ef7793 100644
--- a/Manual.md
+++ b/Manual.md
@@ -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.