Skip to content

Commit

Permalink
update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bepoli committed Jan 14, 2025
1 parent 52b1a99 commit a592f91
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions recipes/homer/configureHomer.patch
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -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";
Expand All @@ -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) {
Expand Down

0 comments on commit a592f91

Please # to comment.