summaryrefslogtreecommitdiff
path: root/app-editors
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-09-07 14:36:19 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-09-07 14:36:19 +0100
commitb38021aef409fd975cba5c42134777200b293703 (patch)
treef2d682587e4ec295276a8a341464edf4f5731139 /app-editors
parent5e1925b1d65774ac49725b638f5a786cb4f89f7e (diff)
weird, emake actually fails to install notepadqq, so call make directly as we did before
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/notepadqq/notepadqq-0.53.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/notepadqq/notepadqq-0.53.0.ebuild b/app-editors/notepadqq/notepadqq-0.53.0.ebuild
index d8f3d0ec..3deaceaf 100644
--- a/app-editors/notepadqq/notepadqq-0.53.0.ebuild
+++ b/app-editors/notepadqq/notepadqq-0.53.0.ebuild
@@ -31,5 +31,5 @@ src_configure() {
}
src_install() {
- emake INSTALL_ROOT=${D} install || die
+ make INSTALL_ROOT=${D} install || die
}