X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=b0d43eab1975d6b59c8093e5aee6ab3a9c86d19b;hp=f06b6313499ed69c5434bc48517fbbb2f6e420d4;hb=246e76618447bb7ac436e9bfb8c0b042f9613326;hpb=358e3f42903fab6d361a12b7d2e90acf6804b41a diff --git a/Makefile b/Makefile index f06b63134..b0d43eab1 100644 --- a/Makefile +++ b/Makefile @@ -123,8 +123,8 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.10.1/ -VERSION=2.1.0 -TAG=freeside_2_1_0 +VERSION=2.1.2cvs +TAG=freeside_2_1_2 DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 @@ -210,7 +210,7 @@ perl-modules: " blib/lib/FS/part_export/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\ - " blib/lib/FS/cust_main/*.pm;\ + " blib/lib/FS/cust_main/*.pm blib/lib/FS/cust_pkg/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_CONF%%%|${FREESIDE_CONF}|g;\ s|%%%FREESIDE_LOG%%%|${FREESIDE_LOG}|g;\ @@ -405,7 +405,7 @@ release: cvs commit -m "Updated for ${VERSION}" debian/changelog # Make sure other people's changes are pulled in! - cvs update -d -P + cvs update -d -P || true #it exits 1... # Tag the release #cvs tag ${TAG}