[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 82b54be0ad27d27a1d076d46f44776b413be9d75

Ivan ivan at 420.am
Thu Mar 15 13:57:09 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  82b54be0ad27d27a1d076d46f44776b413be9d75 (commit)
      from  485d743d2f747b53aff025c996b67f42ee28474e (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 82b54be0ad27d27a1d076d46f44776b413be9d75
Author: Ivan Kohler <ivan-debian at 420.am>
Date:   Thu Mar 15 13:57:08 2012 -0700

    Makefile

diff --git a/Makefile b/Makefile
index 4d5ec0d..e972b14 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,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.10.1/
+PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.14.2/
 
 VERSION=2.3.2
 TAG=freeside_2_3_2
@@ -432,7 +432,7 @@ release:
 	git archive ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz
 
 	scp freeside-${VERSION}.tar.gz ivan at 420.am:/var/www/www.sisd.com/freeside/
-	mv freeside-${VERSION} freeside-${VERSION}.tar.gz ..
+	mv freeside-${VERSION}.tar.gz ..
 
 	#these things failing should not make release target fail, so: "|| true"
 

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

Summary of changes:
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list