소스 검색

Temp debug output

bryan 2 주 전
부모
커밋
389cd69da3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -898,6 +898,7 @@ build_rpm() {
       -bb
       "$OUTPUT_DIR/SPECS/mediacenter.spec"
   )
+  declare -p
   if execute "${rpmbuild_cmd[@]}" && [[ -f $MC_RPM ]] ; then
     echo "Build successful. The RPM file is located at: $MC_RPM"
   else