diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-24 23:37:31 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-24 23:37:31 +0100 |
commit | 72b69d2014fe0f34aaa68a65ae8f6c9d7c884563 (patch) | |
tree | 5427d2305558b98672aec41a07edc5868af8b6a3 /x11-themes | |
parent | 50eda6dac8f609b4c7cf5112d6781a52737b6a49 (diff) | |
download | gentoo-personal-overlay-72b69d2014fe0f34aaa68a65ae8f6c9d7c884563.tar.gz gentoo-personal-overlay-72b69d2014fe0f34aaa68a65ae8f6c9d7c884563.tar.bz2 gentoo-personal-overlay-72b69d2014fe0f34aaa68a65ae8f6c9d7c884563.zip |
One more fix
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild b/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild index 89c4c55..3ef8ceb 100644 --- a/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild +++ b/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild @@ -31,6 +31,6 @@ src_unpack() { # Jep and makefiles doesn't like to be run in paralel (you have to love it) src_install() { - emake DESTDIR="${D}" -j0 install + emake -j0 DESTDIR="${D}" install einstalldocs } |