From 90454645e0c084bb9ee20ed8e348c259859784ef 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) --- 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