]> git.alsa-project.org Git - alsa-ucm-conf.git/commit
add --wildcards to tar options in README
authorClément Hermann <nodens@debian.org>
Thu, 20 Oct 2022 17:03:18 +0000 (19:03 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 6 Nov 2022 17:11:37 +0000 (18:11 +0100)
commit67e9a53baa439d1eed04963d71effbb2100aaf18
tree88e8e7fbfae55be699652e66214f6d40888af13b
parent6dee56f11fbd48dd412179722a445416fcd779ef
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>
README.md