From 8544683cca900ee46ec1b209b136848fb2aeb862 Mon Sep 17 00:00:00 2001
From: Faiyaz Ahmed <faiyaza@cs.princeton.edu>
Date: Fri, 27 Jul 2007 19:59:24 +0000
Subject: [PATCH] Fixed syntax error when rsync'ing

---
 planetlab.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/planetlab.mk b/planetlab.mk
index 25750986..da4b3715 100644
--- a/planetlab.mk
+++ b/planetlab.mk
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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 \
-- 
2.47.0