X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=Makefile;h=97587cd4e60c98fb2bedfd79c486d395059276e7;hb=61f3d5ae1343836e76901a36db1c93541cd66251;hp=6906e6cfd831348b8bb64fff1e78ca9f42754926;hpb=610ba0e69ba430002680829b43f2c098c94d6b9c;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/Makefile b/Makefile index 6906e6cf..97587cd4 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ build: # Build OS X pkg packages. .PHONY: build-osx-pkg test-osx-pkg upload-osx-pkg build-osx-pkg: build - misc/build_helpers/build-osx-pkg.sh $(APPNAME) $(shell sh -c "cat src/allmydata/_version.py | grep verstr | head -n 1 | cut -d' ' -f 3") + misc/build_helpers/build-osx-pkg.sh $(APPNAME) test-osx-pkg: $(PYTHON) misc/build_helpers/test-osx-pkg.py