fix(patching): ensure LXST patch script runs during installation in PKGBUILD and CI scripts

This commit is contained in:
Ivan
2026-04-29 16:53:25 -05:00
parent 47a4e5d54c
commit cd722b1d1d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ prepare() {
pnpm install
poetry install
poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py
}
build() {
+1
View File
@@ -39,6 +39,7 @@ fi
python -m poetry check --lock
python -m poetry install --no-interaction --no-ansi
python -m poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py
pnpm config set verify-store-integrity true
pnpm install --frozen-lockfile