qiv: $(PREFIX)/man -> $(PREFIX)/share/man

This commit is contained in:
Petar Bogdanovic 2013-01-21 20:03:53 +01:00 committed by Shea Levy
parent fb5a7e05f9
commit f5fc28837b

View File

@ -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)";