Enhancement: Fixes #204, Create boot screens

This commit is contained in:
Rory Fewell
2023-07-25 22:44:20 +01:00
parent 51d837fb3c
commit 70b665b037
30 changed files with 289 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ do_packaging()
# Assemble package
#
cd "${full_component_dir}"
make DESTDIR="${pkg_dir}" install
make install DESTDIR="${pkg_dir}" CMAKE_INSTALL_ALWAYS=1
ass_res=$?