From 087d1f3f058703cf54e600e2d11733ceb643dd6f Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 2 Oct 2014 17:48:59 +0100 Subject: [PATCH] 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 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2