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>master
parent
3bdb2a026b
commit
2371abcd0e
|
@ -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)))))))
|
||||
|
|
Reference in New Issue