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>
This commit is contained in:
raingloom 2020-10-21 23:22:26 +02:00 committed by Christopher Baines
parent 3bdb2a026b
commit 2371abcd0e
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 0 additions and 1 deletions

View File

@ -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)))))))