guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: neofetch: Fix search path.


From: Marius Bakke
Subject: 04/04: gnu: neofetch: Fix search path.
Date: Tue, 25 Jul 2017 17:08:20 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit af79852c99ef25f6d661c470f1d020e69ef34f1f
Author: Oleg Pykhalov <address@hidden>
Date:   Tue Jul 25 23:21:42 2017 +0300

    gnu: neofetch: Fix search path.
    
    * gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for 
distro logo.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 451faf9..4d9afe8 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";)



reply via email to

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