mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Correct my hosing...:(
This commit is contained in:
parent
efaf4c8649
commit
e4aaba56f5
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
PLIBDIR= /usr/lib/perl
|
||||
PLIBDIR= /usr/share/perl
|
||||
|
||||
PLIB+= abbrev.pl assert.pl bigfloat.pl bigint.pl bigrat.pl cacheout.pl
|
||||
PLIB+= chat2.pl complete.pl ctime.pl dumpvar.pl exceptions.pl fastcwd.pl
|
||||
|
|
|
|||
|
|
@ -887,6 +887,6 @@
|
|||
* execution path, but it should be accessible by the world. The program
|
||||
* should be prepared to do ~ expansion.
|
||||
*/
|
||||
#define PRIVLIB "/usr/lib/perl" /**/
|
||||
#define PRIVLIB "/usr/share/perl" /**/
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -764,6 +764,6 @@
|
|||
* execution path, but it should be accessible by the world. The program
|
||||
* should be prepared to do ~ expansion.
|
||||
*/
|
||||
#define PRIVLIB "/usr/lib/perl" /**/
|
||||
#define PRIVLIB "/usr/share/perl" /**/
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue