From f5fc28837bf2af0fe628070e17fe903e1302365d Mon Sep 17 00:00:00 2001 From: Petar Bogdanovic Date: Mon, 21 Jan 2013 20:03:53 +0100 Subject: [PATCH] qiv: $(PREFIX)/man -> $(PREFIX)/share/man --- pkgs/applications/graphics/qiv/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/qiv/default.nix b/pkgs/applications/graphics/qiv/default.nix index 05eb83cee29..df18c6d1520 100644 --- a/pkgs/applications/graphics/qiv/default.nix +++ b/pkgs/applications/graphics/qiv/default.nix @@ -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)";