build-system: force rebuild if option --clean-install is set

This commit is contained in:
2024-08-09 21:22:00 +02:00
parent f026c5d829
commit 2c9f17a043
+1
View File
@@ -261,6 +261,7 @@ parse_args() {
opt_build_target=${1:2}
;;
--clean-install )
opt_force_rebuild='yes'
opt_clean_install='yes'
;;
--update-modulefiles )