guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27832] [PATCH 1/1] gnu: neofetch: Fix search path.


From: Oleg Pykhalov
Subject: [bug#27832] [PATCH 1/1] gnu: neofetch: Fix search path.
Date: Tue, 25 Jul 2017 23:21:42 +0300

* gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for distro 
logo.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 319a34ae8..0578433cb 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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";)
-- 
2.13.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]