소스 검색

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