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/pf/content/%22file:/%22news.html/vdrive/frontends/...?a=commitdiff_plain;h=087d1f3f058703cf54e600e2d11733ceb643dd6f;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