X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=3d9436dfbe185fdb95c958f25b7d9ef3a7690566;hb=3d47e3bf888aeb6d44d5bd7bc1011f4b402da249;hp=2ddf7b687fe3cc67c084c52706059fe233fc9b56;hpb=77a69265cf7d270227ee24ddfa88c0df2a505112;p=freeside.git 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