From 508ac4c37e4980e0c96253f24469947911f931c0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 23 Feb 2018 11:50:07 +0000 Subject: oss-fuzz: explicitly mention the rc files we want Change-Id: Iabefbc3873b45f58fb8e493d043b0e08a3f425f9 --- bin/oss-fuzz-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit