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

index 2752ae0..f068395 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -258,7 +258,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