From 67e9a53baa439d1eed04963d71effbb2100aaf18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20Hermann?= Date: Thu, 20 Oct 2022 19:03:18 +0200 Subject: [PATCH] add --wildcards to tar options in README MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Without it, at least on some recent tar version, it won't work: --wildcards is the default only for exclusions, not for member selection. This tends to confuse users, even though it's just an example. Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/232 Signed-off-by: Clément Hermann Signed-off-by: Jaroslav Kysela --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2535d60..ff5de1f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ files are extra (only informational). Example: ``` -tar xvjf alsa-ucm-conf-1.2.6.2.tar.bz2 -C /usr/share/alsa --strip-components=1 "*/ucm" "*/ucm2" +tar xvjf alsa-ucm-conf-1.2.6.2.tar.bz2 -C /usr/share/alsa --strip-components=1 --wildcards "*/ucm" "*/ucm2" ``` The latest configuration can be obtained with those commands: -- 2.47.3