瀏覽代碼

New generic install method

bryan 2 年之前
父節點
當前提交
7c8a324306
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      installJRMC

+ 2 - 1
installJRMC

@@ -871,10 +871,11 @@ installMCGENERIC() {
     grep -i "Depends:" control
     tar xvf "data.tar.xz" &>/dev/null
     # List of files to install
-    raw_files=("$(find etc/ usr/ -mindepth 1 -type f)")
+    #raw_files=("$(find etc/ usr/ -mindepth 1 -type f)")
     debug "raw_files=(${raw_files[*]})"
     # Output to log file
     for f in "${raw_files[@]}"; do
+        echo "/$f"
         echo "/$f" >> "$SCRIPTDIR/.uninstall"
     done
     # Manually install files