From 928aacc64abb07791ffa5c0c96a62ea58a753b95 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 20 Jun 2022 03:49:51 -0400 Subject: [PATCH] No longer package Fedora with the "All" option (to ensure Fedora is only packaged from itself) Former-commit-id: 84a32263eb6ceb32063ba0c3fd6ecc49c59fc579 [formerly 90454645e0c084bb9ee20ed8e348c259859784ef] Former-commit-id: 8e57ca2e811b3cbf73c9356c103ae189022f9a9f --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index c8779ed..70db2ea 100755 --- a/package.sh +++ b/package.sh @@ -136,7 +136,7 @@ if [ "$distro" == "3" ] || [ "$distro" == "4" ] || [ "$distro" == "6" ] || [ "$d echo -e "\nGeneric packaging complete.\n" fi -if [ "$distro" == "3" ] || [ "$distro" == "8" ]; then +if [ "$distro" == "3" ]; then echo -e '\nPackaging for Fedora...\n' rm -rf ~/rpmbuild rpmdev-setuptree