mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Fix a typo which prevents mirro from running properly (division by zero error)
Submitted by: Mike Peck <mike@binghamton.edu>
This commit is contained in:
parent
69f38e826c
commit
7faec10cbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3033
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue