From 2c3256ac8d37dfc90c680d59dd864cd71873c5c3 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 2 Sep 2025 21:31:39 -0400 Subject: [PATCH] wine.eclass: fix spacing further Missed the line below also had a tab too many. Signed-off-by: Ionen Wolkens --- eclass/wine.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/wine.eclass b/eclass/wine.eclass index ae009e3635ad9..1336b8642f232 100644 --- a/eclass/wine.eclass +++ b/eclass/wine.eclass @@ -357,7 +357,7 @@ wine_src_install() { use arm64 && use wow64 && dosym -r /usr/lib/fex-xtajit/libwow64fex.dll \ - ${WINE_PREFIX}/wine/aarch64-windows/xtajit.dll + ${WINE_PREFIX}/wine/aarch64-windows/xtajit.dll # delete unwanted files if requested, not done directly in ebuilds # given must be done after install and before wrappers