- 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
528 B
Plaintext
14 lines
528 B
Plaintext
Index: mirror-2.9/mm.pl
|
|
===================================================================
|
|
--- mirror-2.9.orig/mm.pl
|
|
+++ mirror-2.9/mm.pl
|
|
@@ -63,7 +63,7 @@ $max = 6;
|
|
# $pkg is the package number fixed up to replace characters likely to give
|
|
# grief under unix.
|
|
# This expects the directory logs to already exist.
|
|
-$mirror = "exec ./mirror \$args -p'\$package' packages/\$site > logs/\$site:\$pkg 2>&1";
|
|
+$mirror = "exec mirror \$args -p'\$package' packages/\$site > logs/\$site:\$pkg 2>&1";
|
|
|
|
$status_file = 'mm.status';
|
|
|