commit:     ff9506fdd72f25ce5a6b3e5953dac3cf67d9265c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 13:56:27 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 13:56:27 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=ff9506fd

[app-misc/ckb] Install ckb-animations to correct location.

Package-Manager: portage-2.2.20

 app-misc/ckb/ckb-0.1.5.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-misc/ckb/ckb-0.1.5.ebuild b/app-misc/ckb/ckb-0.1.5.ebuild
index 10ff7c0..7f17e20 100644
--- a/app-misc/ckb/ckb-0.1.5.ebuild
+++ b/app-misc/ckb/ckb-0.1.5.ebuild
@@ -34,7 +34,11 @@ src_configure() {
 }
 
 src_install() {
-       dobin bin/ckb bin/ckb-daemon bin/ckb-animations/ckb-*
+       dobin bin/ckb bin/ckb-daemon
+       dodir /usr/bin/ckb-animations
+       exeinto /usr/bin/ckb-animations
+       doexe bin/ckb-animations/*
+
        domenu usr/ckb.desktop
        doicon usr/ckb.png
        systemd_dounit service/systemd/ckb-daemon.service

Reply via email to