rmlint: Install to /bin, not /usr/bin

This commit is contained in:
Benjamin Cahill 2013-06-28 16:35:57 -05:00
parent 4278f778b4
commit baf822a287

View file

@ -8,6 +8,11 @@ stdenv.mkDerivation rec {
sha256 = "bea39a5872b39d3596e756f242967bc5bde6febeb996fdcd63fbcf5bfdc75f01";
};
preConfigure = ''
substituteInPlace Makefile.in \
--replace "/usr/" "/"
'';
makeFlags="DESTDIR=$(out)";
meta = {