games-rpg/comi: Force GNU tar because bsdtar doesn't support --xform

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2026-09-06 15:14:33 +01:00
parent c1d77e8295
commit 35dd033f5d

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,7 +26,7 @@ dotar() {
# Remainder into data
# Avoid copying files twice
tar -c -f - \
gtar -c -f - \
--mode=u+w \
--ignore-case \
--xform='s:^[^a-z]+$:\L\0:x' \