diff options
author | ivan <ivan> | 2008-05-13 19:13:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-05-13 19:13:29 +0000 |
commit | 1d22636f73953061d5df427041d19644f76f900b (patch) | |
tree | 7daf9d649dff3cdfafb70c81687cf0a83742dd4c /Makefile | |
parent | 8303829f0b81be46ceef7ac45bc5b033dbf69104 (diff) |
ensure new self-service libs are installed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |