From a592f9106b8595a9654cf273419a67c934a57f5d Mon Sep 17 00:00:00 2001 From: Benedetto Polimeni <34317613+bepoli@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:24:47 +0000 Subject: [PATCH] update patch --- recipes/homer/configureHomer.patch | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/recipes/homer/configureHomer.patch b/recipes/homer/configureHomer.patch index 8ff56bef5bdd5..61b839dd16e96 100644 --- a/recipes/homer/configureHomer.patch +++ b/recipes/homer/configureHomer.patch @@ -1,6 +1,8 @@ ---- configureHomer.pl.ori 2021-07-05 16:37:13.648245955 +0200 -+++ configureHomer.pl 2021-07-05 16:35:05.770994077 +0200 -@@ -166,7 +166,7 @@ +diff --git a/recipes/homer/configureHomer.pl b/recipes/homer/configureHomer.pl +index 4f231c3f74..d3871ce9eb 100644 +--- a/recipes/homer/configureHomer.pl ++++ b/recipes/homer/configureHomer.pl +@@ -164,7 +164,7 @@ if ($getFactsFlag == 1) { my $url = $baseURL . "homer.misc.v1.0.zip"; `wget -O homer.package.zip "$url"`; print STDERR "\t\tUnzipping...\n"; @@ -9,7 +11,7 @@ `rm homer.package.zip`; } my $configFile = $homeDir . "/" . "config.txt"; -@@ -432,7 +432,7 @@ +@@ -430,7 +430,7 @@ if ($listFlag || $updateFlag || $removeFlag || $installFlag) { next; } print STDERR "\t\tUnzipping...\n"; @@ -18,7 +20,7 @@ `rm homer.package.zip`; $config->{$mode}->{$package} = $update->{$mode}->{$package}; if ($wantedVersion ne '') { -@@ -862,9 +862,9 @@ +@@ -867,9 +867,9 @@ sub compileSoftware { } elsif ($count == 2) { print OUT "use warnings;\n"; } elsif ($count == 3) {