]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
mac build: ahem. fix makefile probs
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 27 Feb 2008 01:48:22 +0000 (18:48 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 27 Feb 2008 01:48:22 +0000 (18:48 -0700)
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

index f13153492feb6420bd19ba98ad02eb93f31f62b5..e3dc8c188a758f52a8d6e433fa75f39ef8ad1103 100644 (file)
@@ -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: