Bugfix: Fixes #207, Build fails on Linux Mint

This commit is contained in:
Rory Fewell
2023-08-01 18:20:56 +01:00
parent 2f4ac7acaf
commit 71552c5a2f
4 changed files with 6 additions and 5 deletions

View File

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