summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-02-23 11:50:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-02-23 11:50:41 +0000
commit508ac4c37e4980e0c96253f24469947911f931c0 (patch)
tree02bdeac798532f19497924878ed4c9af1ad5d91e /bin
parent03fc57826e3bdcc3af12e32ff10cc2a093b123aa (diff)
oss-fuzz: explicitly mention the rc files we want
Change-Id: Iabefbc3873b45f58fb8e493d043b0e08a3f425f9
Diffstat (limited to 'bin')
-rwxr-xr-xbin/oss-fuzz-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh
index 29c591ca3d7f..99e90c937bb4 100755
--- a/bin/oss-fuzz-build.sh
+++ b/bin/oss-fuzz-build.sh
@@ -26,7 +26,7 @@ cp $SRC/libreoffice/extras/source/truetype/symbol/opens___.ttf instdir/share/fon
rm -rf $OUT/services $OUT/types $OUT/*rdb
mkdir $OUT/services
pushd instdir/program
-cp -r *fuzzer *rc types.rdb types $OUT
+cp -r *fuzzer unorc fundamentalrc types.rdb types $OUT
head -c -14 services.rdb > $OUT/services.rdb
tail -c +85 ./services/services.rdb >> $OUT/services.rdb
popd