- Refresh patches and simplify spec file a bit OBS-URL: https://build.opensuse.org/request/show/1109255 OBS-URL: https://build.opensuse.org/package/show/network:utilities/mirror?expand=0&rev=15
14 lines
374 B
Diff
14 lines
374 B
Diff
Index: mirror-2.9/mirror.pl
|
|
===================================================================
|
|
--- mirror-2.9.orig/mirror.pl
|
|
+++ mirror-2.9/mirror.pl
|
|
@@ -657,7 +657,7 @@ while( $ARGV[ 0 ] =~ /^-/ ){
|
|
# THIS DOES NOT YET WORK!!!!!
|
|
$dumped_version = 1;
|
|
warn "Dumping perl\n";
|
|
- dump parse_args;
|
|
+ CORE::dump parse_args;
|
|
}
|
|
|
|
warn "Unknown arg $arg, skipping\n";
|