From 57202d6d8f20de2276ec1f940f90cbe77533230c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Jul 2021 06:06:20 +0300 Subject: [PATCH] plzip: update for new env --- extra/plzip/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/plzip/build b/extra/plzip/build index 30f8ed64..672dd295 100755 --- a/extra/plzip/build +++ b/extra/plzip/build @@ -15,7 +15,7 @@ esac CXXFLAGS="$CXXFLAGS -static -L$PWD/lzlib -I$PWD/lzlib" make -make DESTDIR="$1" install +make install # Create the symlink for compatibility. We're using # a multi-threaded implementation of lzip.