logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 5e592b5a416df2dd7ba3a6420f8ad1a8a1cc1470
parent e6fb57bb11c431784fec137bb37465e5f5ba0905
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 25 May 2022 20:38:51 +0200

x11-themes/ultrasharp-cursor-theme: Fix git+make shenanigans

Diffstat:

Mx11-themes/ultrasharp-cursor-theme/ultrasharp-cursor-theme-9999.ebuild10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/x11-themes/ultrasharp-cursor-theme/ultrasharp-cursor-theme-9999.ebuild b/x11-themes/ultrasharp-cursor-theme/ultrasharp-cursor-theme-9999.ebuild @@ -11,3 +11,13 @@ EGIT_REPO_URI="https://hacktivis.me/git/ultrasharp-cursor-theme.git" EGIT_MIN_CLONE_TYPE="single+tags" LICENSE="CC-BY-SA-4.0" SLOT="0" + +src_prepare() { + default + + sed -i 's/^install: all/install:/' Makefile || die +} + +src_compile() { + : +}