emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#27832: closed ([PATCH 1/1] gnu: neofetch: Fix sear


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27832: closed ([PATCH 1/1] gnu: neofetch: Fix search path.)
Date: Tue, 25 Jul 2017 21:02:01 +0000

Your message dated Tue, 25 Jul 2017 23:01:07 +0200
with message-id <address@hidden>
and subject line Re: [bug#27832] [PATCH 1/1] gnu: neofetch: Fix search path.
has caused the debbugs.gnu.org bug report #27832,
regarding [PATCH 1/1] gnu: neofetch: Fix search path.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27832: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27832
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27832] [PATCH 1/1] gnu: neofetch: Fix search path. Date: Tue, 25 Jul 2017 23:01:07 +0200 User-agent: Notmuch/0.24.2 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu)
Oleg Pykhalov <address@hidden> writes:

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

Applied, thank you!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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