screenfetch: fix man path

This commit is contained in:
Robin Gloster 2017-08-11 22:42:10 +02:00
parent 51092fd0c3
commit 519c254a41
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -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