summaryrefslogtreecommitdiff
path: root/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-03-27 23:42:20 +0000
committerChris Wilson <chris+github@qwirx.com>2009-03-27 23:42:20 +0000
commitc1914056918f3cf413a413fe71be9b85a3b7c4ce (patch)
tree1bbcda9b2465ed5410126ce28ff40cc55c8e0a9d /distribution/boxbackup/DISTRIBUTION-MANIFEST.txt
parent4b0f0538a59d9783f8989b53a1e08114032455cf (diff)
Fix patching of ExceptionCodes.txt to actually work on Linux, where sed
-i can't have an empty argument.
Diffstat (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt')
-rw-r--r--distribution/boxbackup/DISTRIBUTION-MANIFEST.txt2
1 files changed, 1 insertions, 1 deletions
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