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:
parent
3bdb2a026b
commit
2371abcd0e
@ -622,7 +622,6 @@ key-bindings and is fully configurable and extensible in Common Lisp.")
|
|||||||
(pixdir (string-append sharedir "/pixmaps")))
|
(pixdir (string-append sharedir "/pixmaps")))
|
||||||
(with-directory-excursion builddir
|
(with-directory-excursion builddir
|
||||||
(install-file "bombadillo.desktop" appdir)
|
(install-file "bombadillo.desktop" appdir)
|
||||||
(install-file "LICENSE" docdir)
|
|
||||||
(install-file "bombadillo.1" mandir)
|
(install-file "bombadillo.1" mandir)
|
||||||
(install-file "bombadillo-icon.png" pixdir)
|
(install-file "bombadillo-icon.png" pixdir)
|
||||||
#t)))))))
|
#t)))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user