From 3f5ae6b273948a3a71d899cfe655d34f0dc76d9e Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 19 Nov 2024 08:24:27 +0100 Subject: [PATCH] Adjusting aml-s9xx as armbian-install was moved to another location --- config/boards/aml-s9xx-box.tvb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/aml-s9xx-box.tvb b/config/boards/aml-s9xx-box.tvb index 4f1104f726..67dce2c11d 100644 --- a/config/boards/aml-s9xx-box.tvb +++ b/config/boards/aml-s9xx-box.tvb @@ -31,7 +31,7 @@ function post_family_tweaks_bsp__config_aml-s9xx-box_bsp() { run_host_command_logged chmod -v 644 "${destination}"/root/fstab.template display_alert "${BOARD}" "Removing armbian-install" "info" - run_host_command_logged rm -v "${destination}"/usr/sbin/armbian-install + run_host_command_logged rm -v "${destination}"/usr/bin/armbian-install display_alert "${BOARD}" "Adding bsp-cli preinst logic" "info" # Inline function! So this function is automatically hashed when this hook is hashed.