2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-04 20:17:55 +00:00

fix(build): accept true for source-only mode

This commit is contained in:
Vinícius Ferrão
2026-08-26 19:33:35 -03:00
parent 55bc165b9a
commit 427a49d0ac
+1 -1
View File
@@ -3,7 +3,7 @@
# Shared source-only build decisions used by makerpm and buildcore.sh.
function xcat_source_only {
[ "$SRCONLY" = "1" -o "$SRCONLY" = "yes" ]
[ "$SRCONLY" = "1" -o "$SRCONLY" = "yes" -o "$SRCONLY" = "true" ]
}
function xcat_configure_rpm_build_mode {