diff --git a/scratchbox2/modes/obs-rpm-install/fs_rules.lua b/scratchbox2/modes/obs-rpm-install/fs_rules.lua index a7f20684..ca46f112 100644 --- a/scratchbox2/modes/obs-rpm-install/fs_rules.lua +++ b/scratchbox2/modes/obs-rpm-install/fs_rules.lua @@ -85,7 +85,7 @@ function can_accelerate_rpm() ]=] local rc = os.execute(string.format(test, tools, target_root)) - return rc == 0 + return rc end if can_accelerate_rpm() then