From 9ec9d2efde667c71cffb6823d4d3aa51b8c761cb Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 26 Jul 2015 15:40:59 -0700 Subject: [PATCH] deb 8 perl path for make dev target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02ab78cc5..3af5da812 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ RT_PATH = /opt/rt3 #only used for dev kludge now, not a big deal FREESIDE_PATH = `pwd` -PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.14.2/ +PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.20.2/ VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2` TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'` -- 2.11.0