diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-26 15:40:59 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-26 15:40:59 -0700 |
commit | 9ec9d2efde667c71cffb6823d4d3aa51b8c761cb (patch) | |
tree | 608a3a925ef88844d5e44207f9374e560edd23c1 | |
parent | d5bfc4e1eff4eb5b9444956d7e76385a73bcea53 (diff) |
deb 8 perl path for make dev target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'` |