diff options
author | Gary Clark II <gclarkii@FreeBSD.org> | 1994-11-03 20:02:15 +0000 |
---|---|---|
committer | Gary Clark II <gclarkii@FreeBSD.org> | 1994-11-03 20:02:15 +0000 |
commit | 31da8cb88eef7babe9ee78c27fce2f6657f75b37 (patch) | |
tree | b8180260ceecf73c2f7fede42cc7c950d5ca806d /gnu/usr.bin | |
parent | 9e320feef3838a84ed429b8e0cbf1329a157237d (diff) | |
download | src-31da8cb88eef7babe9ee78c27fce2f6657f75b37.tar.gz src-31da8cb88eef7babe9ee78c27fce2f6657f75b37.zip |
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.
Notes
Notes:
svn path=/head/; revision=4123
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/perl/perl/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/perl/config.h b/gnu/usr.bin/perl/perl/config.h index 6a6d9fa2f077..4dc0bf4d5fe4 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 |