diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-09-07 14:36:19 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-09-07 14:36:19 +0100 |
commit | b38021aef409fd975cba5c42134777200b293703 (patch) | |
tree | f2d682587e4ec295276a8a341464edf4f5731139 /app-editors/notepadqq | |
parent | 5e1925b1d65774ac49725b638f5a786cb4f89f7e (diff) |
weird, emake actually fails to install notepadqq, so call make directly as we did before
Diffstat (limited to 'app-editors/notepadqq')
-rw-r--r-- | app-editors/notepadqq/notepadqq-0.53.0.ebuild | 2 |
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 } |