From: Daira Hopwood Date: Thu, 2 Oct 2014 16:48:59 +0000 (+0100) Subject: After building for the OS X package, delete the allmydata-tahoe.egg-link file and... X-Git-Url: https://git.rkrishnan.org/vdrive/%22file:/listings/frontends/components/com_hotproperty/css/htmlfontify-example.html?a=commitdiff_plain;h=refs%2Fheads%2F2249-deps-and-osx-packaging-1;p=tahoe-lafs%2Ftahoe-lafs.git After building for the OS X package, delete the allmydata-tahoe.egg-link file and remove the .pth entry for src. Signed-off-by: Daira Hopwood --- diff --git a/Makefile b/Makefile index 53386d25..9f1f9930 100644 --- 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