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