From 02e4c7223d5b76a3b3fae3e8aba9cd741aa9e8e0 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 1 Jun 2025 20:40:09 -0500 Subject: [PATCH] Update anki.spec Signed-off-by: Gilver --- anda/apps/anki/anki.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/apps/anki/anki.spec b/anda/apps/anki/anki.spec index 2b44eab4e1..226dc77627 100644 --- a/anda/apps/anki/anki.spec +++ b/anda/apps/anki/anki.spec @@ -34,7 +34,8 @@ git checkout %{version} %build export RELEASE=1 -ln -sf PyQt6 %{buildroot}%{python3_sitearch}/PyQt6.sip +mkdir -p %{buildroot}%{python3_sitearch} +ln -sf %{python3_sitearch}/PyQt6 %{buildroot}%{python3_sitearch}/PyQt6.sip export PYTHONPATH="%{python3_sitelib}:%{python3_sitearch}:%{buildroot}%{python3_sitelib}:%{buildroot}%{python3_sitearch}:$PYTHONPATH" cargo update mold -run ./tools/build