summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-06-17 06:44:15 +0000
committerivan <ivan>2004-06-17 06:44:15 +0000
commitbb4f85c492c92a1dc579d59889429d6fc2c4c389 (patch)
tree319d768d7369debb24e9fbf62909efaa0356b94c
parent9bba713bb625cf635088b76492e1e655ad62cbb0 (diff)
stupid whitespace tricks
-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" ;\