diff options
author | Caolán McNamara <caolan@skynet.ie> | 2017-01-24 10:34:08 +0000 |
---|---|---|
committer | Max Moroz <dor3s1@gmail.com> | 2017-01-24 11:34:08 +0100 |
commit | 904d659d23b471f335f0188f64ee6616414974ff (patch) | |
tree | 9a15b0af9086ae62a95bd2c39f08a00129090848 /projects/libreoffice/build.sh | |
parent | 662df1fe2441b3e6e6b62542e1108eacc0a730d9 (diff) |
[libreoffice] add psd corpus (#310)
and update dependency cache
Diffstat (limited to 'projects/libreoffice/build.sh')
-rwxr-xr-x | projects/libreoffice/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libreoffice/build.sh b/projects/libreoffice/build.sh index a93d7406..99957aba 100755 --- a/projects/libreoffice/build.sh +++ b/projects/libreoffice/build.sh @@ -18,7 +18,7 @@ make fuzzers #some minimal fonts required cp $SRC/libreoffice/extras/source/truetype/symbol/opens___.ttf instdir/share/fonts/truetype/Liberation* $OUT #minimal runtime requirements -mkdir $OUT/services $OUT/types +mkdir -p $OUT/services $OUT/types pushd instdir/program cp *fuzzer *rc *rdb */*rdb $OUT popd |