mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
rmlint: Install to /bin, not /usr/bin
This commit is contained in:
parent
4278f778b4
commit
baf822a287
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "bea39a5872b39d3596e756f242967bc5bde6febeb996fdcd63fbcf5bfdc75f01";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace Makefile.in \
|
||||
--replace "/usr/" "/"
|
||||
'';
|
||||
|
||||
makeFlags="DESTDIR=$(out)";
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue