Kaydet (Commit) 569ae950 authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz: resource dir no longer needed

Change-Id: I447d48930d3321f5c3e1aab9f7b04299cc75f6bb
üst 01607660
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment