From e2511a3d94cff973fde027e020ac324ff4c5dfc3 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 13 Oct 2014 17:20:18 +0100 Subject: [PATCH] Another try at the sed command. Signed-off-by: Daira Hopwood --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96d1b82d..1be5b744 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ build: build-osx-pkg: $(PYTHON) setup.py build find support -name allmydata-tahoe.egg-link -execdir sh -c "echo >> {}; echo /Applications/tahoe.app/src >> {}" \; - find support -name easy-install.pth -execdir sed --in-place= 's|^.*/src$$|../../../../src|' '{}' \; + find support -name easy-install.pth -execdir sed -i "" 's|^.*/src$$|../../../../src|' '{}' \; touch .built # create component pkg -- 2.45.2