X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=95ffbf27ba95ddea20fa8a05024fa1a6e5c3a8f5;hb=ebc849c7b6d613f4853a581277d72db004a0bc9d;hp=afc62f0e374d95f206c2e8eb2ec8067dce6cc6e6;hpb=61a74a671322c41a5b5a33dcac13c58888639bea;p=freeside.git diff --git a/Makefile b/Makefile index afc62f0e3..95ffbf27b 100644 --- a/Makefile +++ b/Makefile @@ -116,12 +116,18 @@ 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_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'` -DEBVERSION := `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 +#DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 TEXMFHOME := "\$$TEXMFHOME" +ver: + @echo "${VERSION}" + +tag: + @echo "${TAG}" + help: @echo "supported targets:" @echo " create-database create-config" @@ -334,7 +340,7 @@ configure-rt: --with-db-dba=${DB_USER} \ --with-db-database=${RT_DB_DATABASE} \ --with-db-rt-user=${DB_USER} \ - --with-db-rt-pass=${DB_PASSWORD} \ + --with-db-rt-pass="${DB_PASSWORD}" \ --with-web-user=freeside \ --with-web-group=freeside \ --with-rt-group=freeside \