summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c77aa29f..19a73b024 100644
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,7 @@ install-selfservice:
done
update-selfservice:
- for MACHINE in ${SELFSERVICE_MACHINES}; do \
+ for MACHINE in ${SELFSERVICE_MACHINES}; do \
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; sudo make install" ;\