X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=19a73b024fc29eb75432a598fa01f2e9675e14e7;hb=3a06be3d38202238c5e42fcfdbac3e3a36986e99;hp=7c77aa29f794562d1980fd29c0640c6f98f56024;hpb=435f2314efd9b62b6bbf6774402c8934611c707f;p=freeside.git diff --git a/Makefile b/Makefile index 7c77aa29f..19a73b024 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ install-selfservice: done update-selfservice: - for MACHINE in ${SELFSERVICE_MACHINES}; do \ + for MACHINE in ${SELFSERVICE_MACHINES}; do \ rsync -rlptz fs_selfservice/FS-SelfService/ ${SELFSERVICE_INSTALL_USER}@$$MACHINE:FS-SelfService ;\ ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; perl Makefile.PL && make" ;\ ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; sudo make install" ;\