diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-07-30 21:13:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-07-30 21:13:03 +0100 |
commit | 569ae950f728c658be559d44932a0622df3ed268 (patch) | |
tree | b6e55732558046778946f7db78a23d5b7f0c7ce2 /bin | |
parent | 0160766097798806ce89533b25124477b1a2996a (diff) |
ofz: resource dir no longer needed
Change-Id: I447d48930d3321f5c3e1aab9f7b04299cc75f6bb
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-build.sh | 7 |
1 files changed, 2 insertions, 5 deletions
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 |