From c1914056918f3cf413a413fe71be9b85a3b7c4ce Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 27 Mar 2009 23:42:20 +0000 Subject: Fix patching of ExceptionCodes.txt to actually work on Linux, where sed -i can't have an empty argument. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 972432d0..4877e9b9 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -29,7 +29,7 @@ docs/box-html/instguide docs/htmlguide/instguide docs/box-html/man-html docs/htmlguide/manpages docs/man MKDIR docs/docbook -RUN cd docs; sed -i "" -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile +RUN cd docs; sed -i -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile docs/Makefile docs/docbook/Makefile docs/ExceptionCodes.xml docs/docbook/ExceptionCodes.xml docs/adminguide.xml docs/docbook/adminguide.xml -- cgit v1.2.1