fix rmlint

This commit is contained in:
Domen Kozar 2013-06-29 18:30:22 +02:00
parent 8fb90b71aa
commit 18ddfda81a
1 changed files with 1 additions and 1 deletions
pkgs/tools/misc/rmlint

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "bea39a5872b39d3596e756f242967bc5bde6febeb996fdcd63fbcf5bfdc75f01"; sha256 = "bea39a5872b39d3596e756f242967bc5bde6febeb996fdcd63fbcf5bfdc75f01";
}; };
makeFlags="DESTDIR=$(out)"; makeFlags="DESTDIR=$(out) INSTALLPATH=$(out)/bin/";
meta = { meta = {
description = "A tool to remove duplicates and other lint"; description = "A tool to remove duplicates and other lint";