summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-02 17:02:32 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-02 17:02:32 -0700
commit9811a6d46486dad24cd97accc09447d00cf0e25a (patch)
tree1ee22225d960246f4b1ba1c1337cb4d5f6924461 /Makefile
parent9b80df4c9a2f2bf59c59f8bda3a231aec66cafbf (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 90716f624..b1be09da6 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