diff options
author | ivan <ivan> | 2008-05-13 19:13:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-05-13 19:13:36 +0000 |
commit | f7ffc26c24e9718d126e1f9313a96600e72d6dcc (patch) | |
tree | af02fbde63bb819f6eacafd1886e666dbb158dc4 | |
parent | 96b10cf810e5766ff0b27aff01af235f99668b9b (diff) |
ensure new self-service libs are installed
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |