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:
parent
6dee56f11f
commit
67e9a53baa
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue