GNU bug report logs - #27832
[PATCH 1/1] gnu: neofetch: Fix search path.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Tue, 25 Jul 2017 20:23:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Subject: bug#27832: closed (Re: [bug#27832] [PATCH 1/1] gnu: neofetch: Fix
 search path.)
Date: Tue, 25 Jul 2017 21:02:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 27832 <at> debbugs.gnu.org.

-- 
27832: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27832
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Oleg Pykhalov <go.wigust <at> gmail.com>, 27832-done <at> debbugs.gnu.org
Subject: Re: [bug#27832] [PATCH 1/1] gnu: neofetch: Fix search path.
Date: Tue, 25 Jul 2017 23:01:07 +0200
[Message part 3 (text/plain, inline)]
Oleg Pykhalov <go.wigust <at> gmail.com> writes:

> * gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for distro logo.

Applied, thank you!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Oleg Pykhalov <go.wigust <at> gmail.com>
Subject: [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




This bug report was last modified 8 years and 15 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.