diff --git a/app-misc/fastfetch/fastfetch-1.8.0.ebuild b/app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild similarity index 96% rename from app-misc/fastfetch/fastfetch-1.8.0.ebuild rename to app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild index c9038f0156..cfc24057be 100644 --- a/app-misc/fastfetch/fastfetch-1.8.0.ebuild +++ b/app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild @@ -87,3 +87,9 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + + rm -r "${ED}"/usr/share/licenses || die +} diff --git a/app-misc/fastfetch/fastfetch-9999.ebuild b/app-misc/fastfetch/fastfetch-9999.ebuild index c9038f0156..cfc24057be 100644 --- a/app-misc/fastfetch/fastfetch-9999.ebuild +++ b/app-misc/fastfetch/fastfetch-9999.ebuild @@ -87,3 +87,9 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + + rm -r "${ED}"/usr/share/licenses || die +} diff --git a/app-misc/fastfetch/fastfetch-9999d.ebuild b/app-misc/fastfetch/fastfetch-9999d.ebuild index c9038f0156..cfc24057be 100644 --- a/app-misc/fastfetch/fastfetch-9999d.ebuild +++ b/app-misc/fastfetch/fastfetch-9999d.ebuild @@ -87,3 +87,9 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + + rm -r "${ED}"/usr/share/licenses || die +}