guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bombadillo: Don't try to copy LICENSE twice.


From: guix-commits
Subject: branch master updated: gnu: bombadillo: Don't try to copy LICENSE twice.
Date: Fri, 23 Oct 2020 12:26:46 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2371abc  gnu: bombadillo: Don't try to copy LICENSE twice.
2371abc is described below

commit 2371abcd0ece81d6b7ca3d03aff17c81bf8a5d85
Author: raingloom <raingloom@riseup.net>
AuthorDate: Wed Oct 21 23:22:26 2020 +0200

    gnu: bombadillo: Don't try to copy LICENSE twice.
    
    * gnu/packages/web-browsers.scm (bombadillo)[arguments]: Removed 
install-file
    call for LICENSE.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/web-browsers.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 8629272..2220737 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -622,7 +622,6 @@ key-bindings and is fully configurable and extensible in 
Common Lisp.")
                              (pixdir (string-append sharedir "/pixmaps")))
                         (with-directory-excursion builddir
                           (install-file "bombadillo.desktop" appdir)
-                          (install-file "LICENSE" docdir)
                           (install-file "bombadillo.1" mandir)
                           (install-file "bombadillo-icon.png" pixdir)
                           #t)))))))



reply via email to

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