qiv: $(PREFIX)/man -> $(PREFIX)/share/man
This commit is contained in:
parent
fb5a7e05f9
commit
f5fc28837b
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ stdenv.mkDerivation (rec {
|
|||
|
||||
buildInputs = [ pkgconfig gtk imlib2 file ];
|
||||
|
||||
preBuild=''substituteInPlace Makefile --replace /usr/local "$out"'';
|
||||
preBuild=''
|
||||
substituteInPlace Makefile --replace /usr/local "$out"
|
||||
substituteInPlace Makefile --replace /man/ /share/man/
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "qiv (quick image viewer)";
|
||||
|
|
Loading…
Reference in a new issue