diff options
| -rw-r--r-- | gnu/usr.bin/perl/lib/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/perl/config.H | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/perl/config.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/lib/Makefile b/gnu/usr.bin/perl/lib/Makefile index e13d39f1288e..51beaf755259 100644 --- a/gnu/usr.bin/perl/lib/Makefile +++ b/gnu/usr.bin/perl/lib/Makefile @@ -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 diff --git a/gnu/usr.bin/perl/perl/config.H b/gnu/usr.bin/perl/perl/config.H index a70af3e8fe58..e3d054ed8653 100644 --- a/gnu/usr.bin/perl/perl/config.H +++ b/gnu/usr.bin/perl/perl/config.H @@ -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 diff --git a/gnu/usr.bin/perl/perl/config.h b/gnu/usr.bin/perl/perl/config.h index 4dc0bf4d5fe4..6a6d9fa2f077 100644 --- a/gnu/usr.bin/perl/perl/config.h +++ b/gnu/usr.bin/perl/perl/config.h @@ -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 |
