add --wildcards to tar options in README

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 <nodens@debian.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Clément Hermann 2022-10-20 19:03:18 +02:00 committed by Jaroslav Kysela
commit 67e9a53baa

View file

@ -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: