keep version in FS.pm instead of Makefile
authorIvan Kohler <ivan@freeside.biz>
Sun, 3 Jun 2012 00:48:22 +0000 (17:48 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 3 Jun 2012 00:48:22 +0000 (17:48 -0700)
Makefile

index 2ddf7b6..3d9436d 100644 (file)
--- 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_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/'`
+TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'`
 
 #DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1