diff options
author | Heather Cynede <cynede@gentoo.org> | 2016-04-07 18:11:53 +0400 |
---|---|---|
committer | Heather Cynede <cynede@gentoo.org> | 2016-04-07 18:12:39 +0400 |
commit | 2f039788082234f928c3529c51f19924ec085383 (patch) | |
tree | f2cd3550cde54a3a48cf7489c431d3f6b52d8cfd /app-editors | |
parent | profiles: adjust plasma's package.use for kde-apps/ktp-common-internals (diff) | |
download | gentoo-2f039788082234f928c3529c51f19924ec085383.tar.gz gentoo-2f039788082234f928c3529c51f19924ec085383.tar.bz2 gentoo-2f039788082234f928c3529c51f19924ec085383.zip |
app-editors/atom: fix src_prepare
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/atom/atom-1.6.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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(){ |