From: Faiyaz Ahmed Date: Fri, 27 Jul 2007 19:59:24 +0000 (+0000) Subject: Fixed syntax error when rsync'ing X-Git-Tag: planetlab-4_1-rc2~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8544683cca900ee46ec1b209b136848fb2aeb862;p=build.git Fixed syntax error when rsync'ing --- diff --git a/planetlab.mk b/planetlab.mk index 25750986..da4b3715 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2006 The Trustees of Princeton University # -# $Id: planetlab.mk,v 1.45.2.9 2007/05/02 16:21:28 faiyaza Exp $ +# $Id: planetlab.mk,v 1.45.2.10 2007/05/02 16:24:15 faiyaza Exp $ # # @@ -409,7 +409,7 @@ endif rsync \ --exclude '*-debuginfo-*' \ --recursive --links --perms --times --group --compress --rsh=ssh \ - RPMS/ $(ASERVERA):$(ARCHIVE)/$(BASE) + RPMS/ $(SERVERA):$(ARCHIVE)/$(BASE) rsync \ --exclude '*-debuginfo-*' \ --recursive --links --perms --times --group --compress --rsh=ssh \