summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2008-05-13 19:13:29 +0000
committerivan <ivan>2008-05-13 19:13:29 +0000
commit1d22636f73953061d5df427041d19644f76f900b (patch)
tree7daf9d649dff3cdfafb70c81687cf0a83742dd4c /Makefile
parent8303829f0b81be46ceef7ac45bc5b033dbf69104 (diff)
ensure new self-service libs are installed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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