gnu: neofetch: Fix search path.
authorOleg Pykhalov <go.wigust@gmail.com>
Tue, 25 Jul 2017 20:21:42 +0000 (23:21 +0300)
committerMarius Bakke <mbakke@fastmail.com>
Tue, 25 Jul 2017 21:07:37 +0000 (23:07 +0200)
* gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for distro logo.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu/packages/admin.scm

index 451faf9..4d9afe8 100644 (file)
@@ -2169,7 +2169,7 @@ tool for remote execution and deployment.")
                  (("\"/etc/neofetch")
                   (string-append "\"" out "/etc/neofetch"))
                  (("\"/usr/share/neofetch")
-                  (string-append "\"" out "/usr/share/neofetch"))))
+                  (string-append "\"" out "/share/neofetch"))))
              #t))
          (delete 'configure))))
     (home-page "https://github.com/dylanaraps/neofetch")