From 373ec80694f1fe38611c620b44bd28a76fc454a7 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 21 Oct 2025 17:55:01 -0400 Subject: [PATCH] Don't unset recommends namerefs --- installJRMC | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installJRMC b/installJRMC index 1fbb259..dfb726b 100755 --- a/installJRMC +++ b/installJRMC @@ -928,8 +928,6 @@ translate_packages() { *) echo "Skipping package translations for $ID" esac - - unset requires_arr recommends_arr } # @description Creates an RPM .spec file and builds the RPM from the source DEB using rpmbuild @@ -1873,7 +1871,7 @@ main() { if ((BUILD_SWITCH)); then acquire_deb || { err "Could not download Media Center DEB package"; return 1; } - # Convert the source DEB dependencies to various distro-specific package naming + # Convert the source DEB dependencies to various distro-specific packages install_package dpkg translate_packages "$MC_DEB" requires recommends