13 lines
541 B
Plaintext
13 lines
541 B
Plaintext
$OpenBSD: patch-mm-pl,v 1.3 2012/08/19 22:30:37 ajacoutot Exp $
|
|
--- mm.pl.orig Fri May 29 13:09:54 1998
|
|
+++ mm.pl Mon Mar 19 18:31:12 2007
|
|
@@ -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 @PREFIX@/bin/mirror \$args -p'\$package' packages/\$site > logs/\$site:\$pkg 2>&1";
|
|
|
|
$status_file = 'mm.status';
|
|
|