From a0979f2efe724665abd27b09e202b6bf718f6722 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 26 Nov 2015 08:31:02 +0100 Subject: [PATCH] Manual.md: conf_files support wildcards now. --- Manual.md | 4 ++-- 1 file 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.