diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-12-09 01:24:14 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-12-09 01:24:14 +0200 |
commit | 18fc001a30d2d966db1c17d2114aef41c08c650e (patch) | |
tree | b74114029cfdba47e75a319a18a46756e8a5556b | |
parent | 53d1f1bd0c68891a0943ee7d686ad47a4cb06c01 (diff) |
Fixed the symlink. It now compiles
-rw-r--r-- | x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild index 94966613..5e47956e 100644 --- a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild +++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~arm ~x86 ~amd64" IUSE="" RDEPEND="sys-apps/findutils !<sys-boot/grub-0.97-r22 + !<x11-themes/kogaion-artwork-core-2.1 !x11-themes/sabayon-artwork-core " @@ -46,7 +47,7 @@ src_install() { doins "${S}"/background/*.jpg insinto /usr/share/cursors/xorg-x11 - dosym RezoBlue default || "RezoBlue not found" + dosym RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" } pkg_postinst() { |