Skip to content

Commit 630938d

Browse files
authored
mupdf: make build script more idempotent
1 parent 909e4e3 commit 630938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/mupdf/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $CXX $CXXFLAGS -std=c++11 -Iinclude \
2626
$SRC/pdf_fuzzer.cc -o $OUT/$fuzz_target \
2727
$LIB_FUZZING_ENGINE $WORK/libmupdf.a $WORK/libmupdf-third.a
2828

29-
mv $SRC/{*.zip,*.dict,*.options} $OUT
29+
cp $SRC/{*.zip,*.dict,*.options} $OUT
3030

3131
if [ ! -f "${OUT}/${fuzz_target}_seed_corpus.zip" ]; then
3232
echo "missing seed corpus"

0 commit comments

Comments
 (0)