From 519c254a41a72d1fbfc270552d25e94701f277dc Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Fri, 11 Aug 2017 22:42:10 +0200 Subject: [PATCH] screenfetch: fix man path --- pkgs/tools/misc/screenfetch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/screenfetch/default.nix b/pkgs/tools/misc/screenfetch/default.nix index a781ff91027..352fee14fa6 100644 --- a/pkgs/tools/misc/screenfetch/default.nix +++ b/pkgs/tools/misc/screenfetch/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation { installPhase = '' install -Dm 0755 screenfetch-dev $out/bin/screenfetch - install -Dm 0644 screenfetch.1 $out/man/man1/screenfetch.1 + install -Dm 0644 screenfetch.1 $out/share/man/man1/screenfetch.1 # Fix all of the depedencies of screenfetch patchShebangs $out/bin/screenfetch