X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=a454d08de9fecd19803f69d3c8375ea01c34fb10;hb=ea6ab9c17d34e8e5b5149b9235dac600ab2ffd6d;hp=bb99a7b7977bdb5ec6d1c9c11c5b46fd859d3fda;hpb=4b7a46869736e37d849dab5825324fb8f1d630ca;p=freeside.git diff --git a/Makefile b/Makefile index bb99a7b79..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...