mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-11 16:04:42 +00:00
fix(patching): ensure LXST patch script runs during installation in PKGBUILD and CI scripts
This commit is contained in:
@@ -30,6 +30,7 @@ prepare() {
|
||||
|
||||
pnpm install
|
||||
poetry install
|
||||
poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user