bin/oss-fuzz-build.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
New commits: commit 569ae950f728c658be559d44932a0622df3ed268 Author: Caolán McNamara <caol...@redhat.com> Date: Sun Jul 30 21:13:03 2017 +0100 ofz: resource dir no longer needed Change-Id: I447d48930d3321f5c3e1aab9f7b04299cc75f6bb diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh index b0d3d6eb201a..642e478fdbd2 100755 --- a/bin/oss-fuzz-build.sh +++ b/bin/oss-fuzz-build.sh @@ -23,14 +23,11 @@ make fuzzers #some minimal fonts required cp $SRC/libreoffice/extras/source/truetype/symbol/opens___.ttf instdir/share/fonts/truetype/Liberation* $OUT #minimal runtime requirements -rm -rf $OUT/services $OUT/types $OUT/resource $OUT/*rdb -pushd instdir -cp -r resource $OUT -pushd program +rm -rf $OUT/services $OUT/types $OUT/*rdb +pushd instdir/program cp -r *fuzzer *rc *rdb services types $OUT mv $OUT/services/services.rdb $OUT/services.rdb popd -popd #starting corpuses cp $SRC/*_seed_corpus.zip $OUT
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits