summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild')
-rw-r--r--app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild
index 1538318d9673..9d5af0ac9e48 100644
--- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild
+++ b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -32,7 +32,6 @@ src_configure() {
CC="$(tc-getCC)"
LD="$(tc-getLD)"
VERBOSE=1
- DESTDIR="${D}"
)
}
@@ -41,6 +40,6 @@ src_compile() {
}
src_install() {
- emake "${myzathuraconf[@]}" install
+ emake "${myzathuraconf[@]}" DESTDIR="${ED%/}" install
dodoc AUTHORS
}