]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
After building for the OS X package, delete the allmydata-tahoe.egg-link file and... 2249-deps-and-osx-packaging-1
authorDaira Hopwood <daira@jacaranda.org>
Thu, 2 Oct 2014 16:48:59 +0000 (17:48 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 2 Oct 2014 16:48:59 +0000 (17:48 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Makefile

index 53386d25030c3132576d4a8999626845290ff0fb..9f1f9930c22b5bdedba06b769cac29aeeeab8016 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,8 @@ build:
 .PHONY: buildosxpkg
 buildosxpkg:
        $(PYTHON) setup.py build_for_package
+       find support -name allmydata-tahoe.egg-link -print0 |xargs -0 rm -f --
+       find support -name easy-install.pth -print0 |xargs -0 sed -i 's|^.*/src$||'
        touch .built
 
 # create component pkg