summaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols/patches/patch-aa
blob: 4b9fc5cd4ddc15170e8135530abf3ab9da6704da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.orig	Thu Oct 17 16:53:08 1996
+++ Makefile	Thu Oct 17 16:53:58 1996
@@ -65,8 +65,8 @@
       NETLIB = $(NETROOT)/lib
       NETMAN = $(NETROOT)/man/man$(MANSEC)
   
-   LOCALROOT = /usr/local/perl5
-    LOCALLIB = $(LOCALROOT)/lib
+   LOCALROOT = /usr/local/lib/perl5
+    LOCALLIB = $(LOCALROOT)/site_perl
     LOCALMAN = $(LOCALROOT)/man/man$(MANSEC)
   
     HOMEROOT = $(HOME)