revert change in upstream

This commit is contained in:
tiopex
2026-03-04 13:40:10 +01:00
committed by GitHub
parent d1edc6095c
commit f8c92feac2
+3
View File
@@ -57,6 +57,9 @@ makeinstall_target() {
find_file_path bootloader/install && . ${FOUND_PATH}
fi
# Always install the update script
find_file_path bootloader/update.sh && cp -av ${FOUND_PATH} ${INSTALL}/usr/share/bootloader
# Always install the canupdate script
if find_file_path bootloader/canupdate.sh; then
cp -av ${FOUND_PATH} ${INSTALL}/usr/share/bootloader