]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Another try at the sed command.
authorDaira Hopwood <daira@jacaranda.org>
Mon, 13 Oct 2014 16:20:18 +0000 (17:20 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 13 Oct 2014 16:20:18 +0000 (17:20 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Makefile

index 96d1b82d0343750dc43c6a2d7dc446fe60ee5263..1be5b744ed05415c6accff115109369e9131be84 100644 (file)
--- 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