X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=a280889cb5051f7fe27479b879a2a38362987795;hb=1d22636f73953061d5df427041d19644f76f900b;hp=a7a49fb9f55e684cee897cc67975bdc4e4da8015;hpb=6726ccd411b87ab1c92942201ebd0677f79dd59d;p=freeside.git diff --git a/Makefile b/Makefile index a7a49fb9f..a280889cb 100644 --- a/Makefile +++ b/Makefile @@ -267,7 +267,7 @@ install-selfservice: update-selfservice: for MACHINE in ${SELFSERVICE_MACHINES}; do \ RSYNC_RSH=ssh 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; make clean; perl Makefile.PL && make" ;\ ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; sudo make install" ;\ done