diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-02 17:48:24 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-02 17:48:24 -0700 |
| commit | e026561a284e6d464c843dea93f7f0faf227399f (patch) | |
| tree | c6c9dbef529dd3241ae57019364a9eebcc8a6afc | |
| parent | 617dfc4ad2edd3d875d31548670b2a473a6ddf86 (diff) | |
keep version in FS.pm instead of Makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
