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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user