Quellcode durchsuchen

New generic install method

bryan vor 2 Jahren
Ursprung
Commit
089ce68cc6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      installJRMC

+ 2 - 2
installJRMC

@@ -871,8 +871,8 @@ 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)")
-    debug "raw_files=(${raw_files[*]})"
+    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"