X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=90716f6246cf5c46223e166a350898293e6554a9;hb=708bab1a0311c01debca29515053a3abad2f3855;hp=afc62f0e374d95f206c2e8eb2ec8067dce6cc6e6;hpb=a53dbaf9812eff7e9e01485d47a52e099f30b392;p=freeside.git diff --git a/Makefile b/Makefile index afc62f0e3..90716f624 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