armbian-next: rename compile_plymouth-theme-armbian() to compile_plymouth_theme_armbian() for consistency

This commit is contained in:
Ricardo Pardini 2022-11-02 14:02:20 +01:00
parent 75de1c2d82
commit 291b02577a
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ compile_xilinx_bootgen() {
}
# @TODO: code from master via Igor; not yet armbian-next'fied! warning!!
compile_plymouth-theme-armbian() {
compile_plymouth_theme_armbian() {
local tmp_dir work_dir
tmp_dir=$(mktemp -d)

View File

@ -118,7 +118,7 @@ function main_default_build_single() {
# Compile plymouth-theme-armbian if packed .deb does not exist or use the one from repository
if [[ ! -f ${DEB_STORAGE}/plymouth-theme-armbian_${REVISION}_all.deb ]]; then
if [[ "${REPOSITORY_INSTALL}" != *plymouth-theme-armbian* ]]; then
compile_plymouth-theme-armbian
compile_plymouth_theme_armbian
fi
fi