此提交包含在:
2021-12-02 10:09:26 -05:00
父節點 4f7a67322f
當前提交 8fa74af815

查看文件

@@ -656,7 +656,7 @@ buildRPM() {
# skip rebuilding the rpm if it already exists # skip rebuilding the rpm if it already exists
if [[ -f "$_mcrpm" ]]; then if [[ -f "$_mcrpm" ]]; then
echo "$_mcrpm already exists. Skipping build step..." echo "$_mcrpm already exists. Skipping build step."
return 0 return 0
fi fi