From 8dad6fffc3c7fea8bd1ef782465a472748679dd4 Mon Sep 17 00:00:00 2001
From: robk-tahoe <robk-tahoe@allmydata.com>
Date: Tue, 26 Feb 2008 18:48:22 -0700
Subject: [PATCH] mac build: ahem. fix makefile probs

oops. I screwed up the makefile syntax further. buildslave would spend a
lot of fruitless time trawling the entire drive.  this fixes that. and a
stray -n.  ahem.  [looks down sheepishly]
---
 mac/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mac/Makefile b/mac/Makefile
index f1315349..e3dc8c18 100644
--- a/mac/Makefile
+++ b/mac/Makefile
@@ -6,7 +6,7 @@ all: build
 dist: build diskimage upload cleanup
 
 build:
-	rsync -avn ` sw_vers -productVersion | sed -e 's/^\(10\.[0-9]*\)\..*$/\1/' `/ ./
+	rsync -av ` sw_vers -productVersion | sed -e 's/^\(10\.[0-9]*\)\..*$$/\1/' `/ ./
 	python setup.py py2app --no-chdir
 
 diskimage:
-- 
2.45.2