media-video/aegisub: fix plocale functions call

This commit is contained in:
odrling 2024-03-21 23:24:57 +01:00
parent d42a0b4215
commit ecde48c1b4
Signed by: odrling
GPG Key ID: 2D8C2F151EDB7392
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ src_prepare() {
rm "po/${1}.po" || die
}
l10n_find_plocales_changes 'po' '' '.po'
l10n_for_each_disabled_locale_do remove_locale
plocale_find_changes 'po' '' '.po'
plocale_for_each_disabled_locale remove_locale
use dependency_control && sed -i 's|#!/bin/sh|#!/bin/bash|' "${WORKDIR}/ffi-experiments-${_ffiexpver}/BuildLua.sh"
}