diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/mirror/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/mirror/files/patch-ac b/ftp/mirror/files/patch-ac index 491ce4d23acc..427f851fb0e9 100644 --- a/ftp/mirror/files/patch-ac +++ b/ftp/mirror/files/patch-ac @@ -55,7 +55,7 @@ # Put the directory that mirror is actually in at the start of PERLLIB. ! # $dir = &real_dir_from_path( $0 ); -! $dir = "!!PREFIX!!"/lib/mirror"; +! $dir = "!!PREFIX!!/lib/mirror"; unshift( @INC, $dir ); # Make sure that your PERLLIB environment variable can get you |