summaryrefslogtreecommitdiff
path: root/app-portage/elt-patches/elt-patches-20170826.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /app-portage/elt-patches/elt-patches-20170826.1.ebuild
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'app-portage/elt-patches/elt-patches-20170826.1.ebuild')
-rw-r--r--app-portage/elt-patches/elt-patches-20170826.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/elt-patches/elt-patches-20170826.1.ebuild b/app-portage/elt-patches/elt-patches-20170826.1.ebuild
index 83c31abb0a3b..69f1f1e61fb5 100644
--- a/app-portage/elt-patches/elt-patches-20170826.1.ebuild
+++ b/app-portage/elt-patches/elt-patches-20170826.1.ebuild
@@ -16,9 +16,9 @@ RDEPEND="sys-apps/gentoo-functions"
DEPEND="app-arch/xz-utils"
src_compile() {
- emake rootprefix="${EPREFIX%/}" libdirname="$(get_libdir)"
+ emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"
}
src_install() {
- emake DESTDIR="${D}" rootprefix="${EPREFIX%/}" install
+ emake DESTDIR="${D}" rootprefix="${EPREFIX}" install
}