[freeside-commits] branch FREESIDE_4_BRANCH updated. 9ec9d2efde667c71cffb6823d4d3aa51b8c761cb

Ivan ivan at 420.am
Sun Jul 26 15:41:05 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  9ec9d2efde667c71cffb6823d4d3aa51b8c761cb (commit)
      from  d5bfc4e1eff4eb5b9444956d7e76385a73bcea53 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9ec9d2efde667c71cffb6823d4d3aa51b8c761cb
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jul 26 15:40:59 2015 -0700

    deb 8 perl path for make dev target

diff --git a/Makefile b/Makefile
index 02ab78c..3af5da8 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'`

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list