summaryrefslogtreecommitdiff
path: root/app-misc/fastfetch/fastfetch-0.1.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/fastfetch/fastfetch-0.1.9999.ebuild')
-rw-r--r--app-misc/fastfetch/fastfetch-0.1.9999.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild
index c3888b1ec46e..b7b4acebe69c 100644
--- a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild
+++ b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild
@@ -77,6 +77,7 @@ src_configure() {
-DENABLE_ZLIB=yes
-DENABLE_SYSTEM_YYJSON=yes
-DIS_MUSL=$(usex elibc_musl)
+ -DINSTALL_LICENSE=no
-DENABLE_CHAFA=$(usex chafa)
-DENABLE_DBUS=$(usex dbus)
@@ -108,9 +109,3 @@ src_configure() {
cmake_src_configure
}
-
-src_install() {
- cmake_src_install
-
- rm -r "${ED}"/usr/share/licenses || die
-}