[Bug 191315] maia perl scripts have wrong location of perl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 23 15:33:34 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191315

vsjcfm at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vsjcfm at gmail.com

--- Comment #1 from vsjcfm at gmail.com ---
(In reply to Valeri Galtsev from comment #0)
> Maia main program:
> 
> /usr/local/sbin/maiad
> 
> and all maia perl scripts found in
> 
> /usr/local/share/maia/scripts
> 
> have wrong location of perl, namely, first line of each script reads:
> 
> #!/usr/bin/perl
> 
> instead of correct location of perl on FreeBSD:
> 
> #!/usr/local/bin/perl
I think that this is invalid PR.
jason at cs0:~$ ll /usr/bin/perl
lrwxr-xr-x  1 root  wheel  25 11 июн 20:08 /usr/bin/perl ->
/usr/local/bin/perl5.16.3
jason at cs0:~$ pkg info perl\*
perl5-5.16.3_11
jason at cs0:~$

perl package/ports installs symlink to /usr/bin so all the scripts are correct.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list