X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=a454d08de9fecd19803f69d3c8375ea01c34fb10;hb=5fdd19665fb7c0ad425a99d3dbf9ad7e27fbf44a;hp=d4b1611629e33dc798874f94046e5fbb4c41e5ae;hpb=e40181be768dc726e52698c016e540a0b443b0f9;p=freeside.git diff --git a/Makefile b/Makefile index d4b161162..a454d08de 100644 --- a/Makefile +++ b/Makefile @@ -193,6 +193,7 @@ perl-modules: s'%%%RT_ENABLED%%%'${RT_ENABLED}'g; \ s'%%%RT_PATH%%%'${RT_PATH}'g; \ s'%%%MASONDATA%%%'${MASONDATA}'g;\ + s/%%%SELFSERVICE_USER%%%/${SELFSERVICE_USER}/g;\ " blib/lib/FS/*.pm;\ perl -p -i -e "\ s/%%%SELFSERVICE_USER%%%/${SELFSERVICE_USER}/g;\ @@ -409,7 +410,7 @@ clean: make clean check-conflicts: - ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats --exclude=mason_handler '^=======$$' . + ! grep -r --exclude='*config.log*' '--exclude=*config.status*' --exclude=gnupg_details_on_output_formats '--exclude=*mason_handler*' '^=======$$' . #these are probably only useful if you're me...