Fix mangled sed invokation from previous commit.

This commit is contained in:
Mat Booth 2016-02-12 12:01:38 +00:00
parent ea7e3a0bfd
commit 0c1258ada5

View File

@ -126,8 +126,7 @@ sed -i '/<!-- Expand jaxp sources/,/<delete file="${xml-commons-srcs.tar}"/{d}'
sed -i '/class-path/I d' $(find -iname '*manifest*')
# Convert CR-LF to LF-only
sed -i s/
// KEYS LICENSE.txt NOTICE.txt xdocs/style/resources/script.js \
sed -i 's/\r//' KEYS LICENSE.txt NOTICE.txt xdocs/style/resources/script.js \
xdocs/sources/xsltc/README* `find -name '*.sh'`
%build