浏览代码

Add MC_RPM debug

bryan 5 天之前
父节点
当前提交
fdbb0ead8a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -769,6 +769,7 @@ build_rpm() {
   local -a requires recommends
 
   # skip rebuilding the rpm if it already exists
+  debug "Checking for existing MC RPM: $MC_RPM"
   if [[ -f $MC_RPM ]]; then
     echo "$MC_RPM already exists. Skipping build step"
     return 0