screenfetch: fix man path

This commit is contained in:
Robin Gloster
2017-08-11 22:42:10 +02:00
parent 51092fd0c3
commit 519c254a41
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
installPhase = '' installPhase = ''
install -Dm 0755 screenfetch-dev $out/bin/screenfetch 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 # Fix all of the depedencies of screenfetch
patchShebangs $out/bin/screenfetch patchShebangs $out/bin/screenfetch