diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-01-26 16:56:02 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-01-26 16:56:02 -0800 |
commit | 372f4cf6911fab236fbf46d192c4564d75101dc2 (patch) | |
tree | 330cb0c31ec84bb0ca4fadc4dd5c8a52484c069e | |
parent | c42f4a94421bf92e81b7935c4385ccf793c8fee0 (diff) |
5.22
-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.20.2/ +PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.22.1/ VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2` TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'` |