diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-06-14 19:11:09 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-14 19:12:13 +0300 |
commit | a9d82d6a9d41346235b8b4ff542c222745343367 (patch) | |
tree | 0516ef9df706d16377377b2e205a7d7ca089bd8a /x11-themes/numix-gtk-theme | |
parent | net-vpn/tor: drop 0.4.4.8, 0.4.5.8, 0.4.6.4_rc (diff) | |
download | gentoo-a9d82d6a9d41346235b8b4ff542c222745343367.tar.gz gentoo-a9d82d6a9d41346235b8b4ff542c222745343367.tar.bz2 gentoo-a9d82d6a9d41346235b8b4ff542c222745343367.zip |
x11-themes/numix-gtk-theme: fix src_install with high MAKEOPTS
Closes: https://bugs.gentoo.org/792051
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes/numix-gtk-theme')
-rw-r--r-- | x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild index ea139f4dc11d..d110d079f28f 100644 --- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild +++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,3 +20,8 @@ DEPEND="${RDEPEND} BDEPEND="dev-lang/sassc" PATCHES=( "${FILESDIR}/${P}-replace-ruby-sassc-with-dev-lang-sassc.patch" ) + +src_install() { + emake -j1 DESTDIR="${D}" install + einstalldocs +} |