From: Heather Cynede Date: Thu, 7 Apr 2016 14:11:53 +0000 (+0400) Subject: app-editors/atom: fix src_prepare X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2f039788082234f928c3529c51f19924ec085383;p=gentoo.git app-editors/atom: fix src_prepare Package-Manager: portage-2.2.28 --- diff --git a/app-editors/atom/atom-1.6.2.ebuild b/app-editors/atom/atom-1.6.2.ebuild index 1ab58eaf249c..6d6e1533929b 100644 --- a/app-editors/atom/atom-1.6.2.ebuild +++ b/app-editors/atom/atom-1.6.2.ebuild @@ -54,6 +54,7 @@ src_prepare(){ sed -i -e 's@node script/bootstrap@node script/bootstrap --no-quiet@g' \ ./script/build \ || die "Fail fixing verbosity of script/build" + default } src_compile(){