summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-02 17:48:24 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-02 17:48:24 -0700
commite026561a284e6d464c843dea93f7f0faf227399f (patch)
treec6c9dbef529dd3241ae57019364a9eebcc8a6afc
parent617dfc4ad2edd3d875d31548670b2a473a6ddf86 (diff)
keep version in FS.pm instead of Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ddf7b687..3d9436dfb 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_`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