From 62f0b862c3017ecf81bb7c0f8229e596511f5663 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 1 Aug 2025 19:29:34 -0400 Subject: [PATCH] Install dpkg for Arch for consistency --- installJRMC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index ea515df..058f117 100755 --- a/installJRMC +++ b/installJRMC @@ -1846,10 +1846,11 @@ main() { acquire_deb || { err "Could not download Media Center DEB package"; return 1; } # Convert the source DEB dependencies to various distro-specific package naming + install_package dpkg translate_packages "$MC_DEB" requires recommends if [[ $BUILD_TARGET =~ centos|fedora|suse|mandriva || $CREATEREPO_TARGET =~ centos|fedora|suse|mandriva ]]; then - install_package dpkg rpm-build + install_package rpm-build [[ -d $OUTPUT_DIR/SPECS ]] || execute mkdir -p "$OUTPUT_DIR/SPECS" if build_rpm requires recommends; then echo "RPM package built successfully"