From: Ivan Kohler Date: Sun, 3 Jun 2012 00:02:33 +0000 (-0700) Subject: keep version in FS.pm instead of Makefile X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=29fdbfd716e604d43c52f095df4b027b81644270;p=freeside.git keep version in FS.pm instead of Makefile --- 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