mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
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]
This commit is contained in:
parent
6f24057fd0
commit
8dad6fffc3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user