]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Fix sed command for OS X.
authorDaira Hopwood <daira@jacaranda.org>
Mon, 13 Oct 2014 16:12:51 +0000 (17:12 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 13 Oct 2014 16:12:51 +0000 (17:12 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Makefile

index cc3044cc6235d21a0a9af234a132ba0624c68dd3..96d1b82d0343750dc43c6a2d7dc446fe60ee5263 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 -i 's|^.*/src$$|../../../../src|' '{}' \;
+       find support -name easy-install.pth -execdir sed --in-place= 's|^.*/src$$|../../../../src|' '{}' \;
        touch .built
 
 # create component pkg