privoxy: fix weird use of STRIP in the Makefile

This commit is contained in:
Robin Gloster 2017-08-03 23:17:30 +02:00
parent 2244b1815d
commit 264d6641ec
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec{
nativeBuildInputs = [ autoreconfHook w3m man ];
buildInputs = [ zlib pcre ];
makeFlags = [ "STRIP="];
postInstall = ''
rm -rf $out/var
'';