From 31da8cb88eef7babe9ee78c27fce2f6657f75b37 Mon Sep 17 00:00:00 2001 From: Gary Clark II Date: Thu, 3 Nov 1994 20:02:15 +0000 Subject: [PATCH] Install libs into /usr/lib/perl. The discussion we had did not come to a point so... If any thing besides here I would vote for /usr/include. --- gnu/usr.bin/perl/perl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/perl/perl/config.h b/gnu/usr.bin/perl/perl/config.h index 6a6d9fa2f07..4dc0bf4d5fe 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/share/perl" /**/ +#define PRIVLIB "/usr/lib/perl" /**/ #endif