summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxdch47 <xdch47@posteo.de>2018-01-05 13:14:01 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-13 16:27:17 +0100
commit6fe4790bab43f392c8ea3a6e16371ed698d13c36 (patch)
tree567eddebb02b7e39559d80e8988c44243862b041 /app-text
parentxfce-extra/thunar-archive-plugin: Readd missing eautoreconf (diff)
downloadgentoo-6fe4790bab43f392c8ea3a6e16371ed698d13c36.tar.gz
gentoo-6fe4790bab43f392c8ea3a6e16371ed698d13c36.tar.bz2
gentoo-6fe4790bab43f392c8ea3a6e16371ed698d13c36.zip
app-text/zathura-pdf-poppler: Build for EPREFIX
Closes: https://bugs.gentoo.org/645352 Closes: https://github.com/gentoo/gentoo/pull/6754 Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-text')
-rw-r--r--app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild5
-rw-r--r--app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.8.ebuild3
-rw-r--r--app-text/zathura-pdf-poppler/zathura-pdf-poppler-9999.ebuild3
3 files changed, 4 insertions, 7 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
}
diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.8.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.8.ebuild
index ce5b9b60840a..bf7a74bb4025 100644
--- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.8.ebuild
+++ b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.8.ebuild
@@ -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
}
diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-9999.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-9999.ebuild
index ce5b9b60840a..bf7a74bb4025 100644
--- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-9999.ebuild
+++ b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-9999.ebuild
@@ -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
}