bryan 21 годин тому
батько
коміт
f2d08bc3e6
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      installJRMC

+ 4 - 1
installJRMC

@@ -778,7 +778,10 @@ build_rpm() {
   # skip rebuilding the rpm if it already exists
   debug "Checking for existing MC RPM: $MC_RPM"
   if [[ -f $MC_RPM && -f $spec_file ]]; then
-    echo "Spec file and $MC_RPM already exists. Skipping build step"
+    echo "Skipping build step: .spec and ouput RPM already exist"
+    debug "RPM .spec file: $spec_file"
+    debug "RPM: $MC_RPM"
+    echo "Remove either to force rebuild"
     return 0
   fi