Correct my hosing...:(

This commit is contained in:
Gary Clark II 1994-11-03 23:50:43 +00:00
parent efaf4c8649
commit e4aaba56f5
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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