New generic install method

This commit is contained in:
2023-03-21 14:28:00 -04:00
parent 7c8a324306
commit 089ce68cc6

View File

@@ -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"