Ignore:
Timestamp:
27/03/2009 23:42:20 (3 years ago)
Author:
chris
Message:

Fix patching of ExceptionCodes?.txt to actually work on Linux, where sed
-i can't have an empty argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt

    r2382 r2468  
    3030docs/man 
    3131MKDIR docs/docbook 
    32 RUN cd docs; sed -i "" -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile 
     32RUN cd docs; sed -i -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile 
    3333docs/Makefile docs/docbook/Makefile 
    3434docs/ExceptionCodes.xml docs/docbook/ExceptionCodes.xml 
Note: See TracChangeset for help on using the changeset viewer.