summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy <randy408@protonmail.com>2020-01-01 23:15:59 +0100
committerRandy <randy408@protonmail.com>2020-01-01 23:15:59 +0100
commit9b1e58286c7c72baaba55f07bfb42db03240fecf (patch)
tree4b6c98b8d0808d2be3201203322df1ddf6717614
parent1a367871cbe7dab1a70be0779ba1b0306e41e760 (diff)
ossfuzz: keep shared libraries after install
-rwxr-xr-xtest/ossfuzz.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ossfuzz.sh b/test/ossfuzz.sh
index 885e18d..2170163 100755
--- a/test/ossfuzz.sh
+++ b/test/ossfuzz.sh
@@ -8,7 +8,6 @@ cd ghostscript-9.50
make -j$(nproc) soinstall
make -j$(nproc) libgs
cd ..
-rm /usr/local/lib/libgs.so*
cp ghostscript-9.50/bin/gs.a /usr/local/lib/libgs.a
./autogen.sh --enable-static --disable-shared