diff --git a/lib/functions/compilation/packages/plymouth-deb.sh b/lib/functions/compilation/packages/plymouth-deb.sh index 3b20f71ba..659b3f6fc 100644 --- a/lib/functions/compilation/packages/plymouth-deb.sh +++ b/lib/functions/compilation/packages/plymouth-deb.sh @@ -20,7 +20,7 @@ compile_plymouth_theme_armbian() { Description: boot animation, logger and I/O multiplexer - Armbian theme END - run_host_command_logged cp -v "${SRC}"/packages/plymouth-theme-armbian/debian/{postinst,prerm,postrm} \ + run_host_command_logged cp "${SRC}"/packages/plymouth-theme-armbian/debian/{postinst,prerm,postrm} \ "${tmp_dir}/${plymouth_theme_armbian_dir}"/DEBIAN/ chmod 755 "${tmp_dir}/${plymouth_theme_armbian_dir}"/DEBIAN/{postinst,prerm,postrm} @@ -34,13 +34,13 @@ compile_plymouth_theme_armbian() { "${SRC}"/packages/plymouth-theme-armbian/spinner.gif \ "${tmp_dir}/${plymouth_theme_armbian_dir}"/usr/share/plymouth/themes/armbian/throbber-%04d.png - run_host_command_logged cp -v "${SRC}"/packages/plymouth-theme-armbian/watermark.png \ + run_host_command_logged cp "${SRC}"/packages/plymouth-theme-armbian/watermark.png \ "${tmp_dir}/${plymouth_theme_armbian_dir}"/usr/share/plymouth/themes/armbian/ - run_host_command_logged cp -v "${SRC}"/packages/plymouth-theme-armbian/{bullet,capslock,entry,keyboard,keymap-render,lock}.png \ + run_host_command_logged cp "${SRC}"/packages/plymouth-theme-armbian/{bullet,capslock,entry,keyboard,keymap-render,lock}.png \ "${tmp_dir}/${plymouth_theme_armbian_dir}"/usr/share/plymouth/themes/armbian/ - run_host_command_logged cp -v "${SRC}"/packages/plymouth-theme-armbian/armbian.plymouth \ + run_host_command_logged cp "${SRC}"/packages/plymouth-theme-armbian/armbian.plymouth \ "${tmp_dir}/${plymouth_theme_armbian_dir}"/usr/share/plymouth/themes/armbian/ fakeroot_dpkg_deb_build "${tmp_dir}/${plymouth_theme_armbian_dir}" diff --git a/lib/functions/main/default-build.sh b/lib/functions/main/default-build.sh index 586153798..c6a26d148 100644 --- a/lib/functions/main/default-build.sh +++ b/lib/functions/main/default-build.sh @@ -148,7 +148,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 + LOG_SECTION="compile_plymouth_theme_armbian" do_with_logging compile_plymouth_theme_armbian fi fi