diff options
author | Gary Clark II <gclarkii@FreeBSD.org> | 1994-11-03 20:03:53 +0000 |
---|---|---|
committer | Gary Clark II <gclarkii@FreeBSD.org> | 1994-11-03 20:03:53 +0000 |
commit | 05fd6621b0757896f661d43ff823d1c690f95ccc (patch) | |
tree | d396c03ab062cbc1a62096770a0ff1f93a555886 /gnu/usr.bin/perl | |
parent | 31da8cb88eef7babe9ee78c27fce2f6657f75b37 (diff) | |
download | src-05fd6621b0757896f661d43ff823d1c690f95ccc.tar.gz src-05fd6621b0757896f661d43ff823d1c690f95ccc.zip |
Change libs to /usr/lib/perl
Reviewed by:
Submitted by:
Obtained from:
Notes
Notes:
svn path=/head/; revision=4124
Diffstat (limited to 'gnu/usr.bin/perl')
-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 e3d054ed8653..a70af3e8fe58 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/share/perl" /**/ +#define PRIVLIB "/usr/lib/perl" /**/ #endif |