Merge pull request #688 from bencahill/master
rmlint: Install to /bin, not /usr/bin
This commit is contained in:
commit
13017198de
@ -8,6 +8,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "bea39a5872b39d3596e756f242967bc5bde6febeb996fdcd63fbcf5bfdc75f01";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace Makefile.in \
|
||||
--replace "/usr/" "/"
|
||||
'';
|
||||
|
||||
makeFlags="DESTDIR=$(out)";
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user