[freeside-commits] branch master updated. 9b80df4c9a2f2bf59c59f8bda3a231aec66cafbf

Ivan ivan at 420.am
Sat Jun 2 17:01:49 PDT 2012


The branch, master has been updated
       via  9b80df4c9a2f2bf59c59f8bda3a231aec66cafbf (commit)
      from  61a74a671322c41a5b5a33dcac13c58888639bea (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 9b80df4c9a2f2bf59c59f8bda3a231aec66cafbf
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jun 2 17:01:47 2012 -0700

    keep version in FS.pm instead of Makefile

diff --git a/Makefile b/Makefile
index afc62f0..90716f6 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ FREESIDE_PATH = `pwd`
 PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.14.2/
 
 VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2`
-TAG := freeside_`echo ${VERSION} | perl -pe 's/\./_/g'`
+TAG = freeside_`echo ${VERSION} | perl -pe 's/\./_/g'`
 
 DEBVERSION := `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1
 

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

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




More information about the freeside-commits mailing list