lmdb: get rid of $out/man

Why it's annoying: #22318.
This commit is contained in:
Vladimír Čunát 2017-01-31 16:14:25 +01:00
parent 557fd03926
commit a3517bf321
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
checkPhase = "make test";
preInstall = ''
mkdir -p $out/{man/man1,bin,lib,include}
mkdir -p $out/{bin,lib,include}
'';
meta = with stdenv.lib; {