about summary refs log tree commit diff
path: root/pkgs/tools/misc/screenfetch
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-08-11 22:42:10 +0200
committerRobin Gloster <mail@glob.in>2017-08-11 22:42:10 +0200
commit519c254a41a72d1fbfc270552d25e94701f277dc (patch)
treeac7018d3b11e139d9d30128131826bc0bfb92349 /pkgs/tools/misc/screenfetch
parent51092fd0c34544f5759ab3e6d951cd5f2e95589e (diff)
downloadnixlib-519c254a41a72d1fbfc270552d25e94701f277dc.tar
nixlib-519c254a41a72d1fbfc270552d25e94701f277dc.tar.gz
nixlib-519c254a41a72d1fbfc270552d25e94701f277dc.tar.bz2
nixlib-519c254a41a72d1fbfc270552d25e94701f277dc.tar.lz
nixlib-519c254a41a72d1fbfc270552d25e94701f277dc.tar.xz
nixlib-519c254a41a72d1fbfc270552d25e94701f277dc.tar.zst
nixlib-519c254a41a72d1fbfc270552d25e94701f277dc.zip
screenfetch: fix man path
Diffstat (limited to 'pkgs/tools/misc/screenfetch')
-rw-r--r--pkgs/tools/misc/screenfetch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/screenfetch/default.nix b/pkgs/tools/misc/screenfetch/default.nix
index a781ff910270..352fee14fa61 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