summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-02 17:48:22 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-02 17:48:22 -0700
commitbf265b9f6f18bd5e0a6089888cb6dfc20ae0d430 (patch)
tree510658ca1ab25b6ed8db8f275e0c5eae134ec658 /Makefile
parent77a69265cf7d270227ee24ddfa88c0df2a505112 (diff)
keep version in FS.pm instead of Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ddf7b6..3d9436d 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