diff options
author | Ivan Kohler <ivan@freeside.biz> | 2019-01-01 10:48:40 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2019-01-01 10:48:40 -0800 |
commit | 70e755503b3cb5d921c90caf1a6e513301200355 (patch) | |
tree | 0afd814e566feb6b54404de943ec322e862a6cf2 | |
parent | 019dca96ad502e0a28d6efc66a9f481a324822e5 (diff) |
stretch
-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.22.1/ +PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.24.1/ VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2` TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'` |