ensure new self-service libs are installed
authorivan <ivan>
Tue, 13 May 2008 19:13:29 +0000 (19:13 +0000)
committerivan <ivan>
Tue, 13 May 2008 19:13:29 +0000 (19:13 +0000)
Makefile

index a7a49fb..a280889 100644 (file)
--- 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