commit: 0f9b99bf91d1348c3976cbf840af365fb076bf86
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 18:39:45 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 18:40:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9b99bf
x11-wm/icewm: Add EPREFIX where appropriate
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
x11-wm/icewm/icewm-1.7.0.ebuild | 6 +++---
x11-wm/icewm/icewm-1.8.3.ebuild | 6 +++---
x11-wm/icewm/icewm-1.9.1.ebuild | 6 +++---
x11-wm/icewm/icewm-1.9.2.ebuild | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/x11-wm/icewm/icewm-1.7.0.ebuild b/x11-wm/icewm/icewm-1.7.0.ebuild
index 3751e987639..beecb5b1f55 100644
--- a/x11-wm/icewm/icewm-1.7.0.ebuild
+++ b/x11-wm/icewm/icewm-1.7.0.ebuild
@@ -94,10 +94,10 @@ src_configure() {
local myconf=(
--enable-logevents
--enable-xrandr
- --with-cfgdir=/etc/icewm
- --with-docdir=/usr/share/doc/${PF}/html
+ --with-cfgdir="${EPREFIX}"/etc/icewm
+ --with-docdir="${EPREFIX}"/usr/share/doc/${PF}/html
--with-icesound="${icesound}"
- --with-libdir=/usr/share/icewm
+ --with-libdir="${EPREFIX}"/usr/share/icewm
$(use_enable bidi fribidi)
$(use_enable debug)
$(use_enable gdk-pixbuf)
diff --git a/x11-wm/icewm/icewm-1.8.3.ebuild b/x11-wm/icewm/icewm-1.8.3.ebuild
index aaeeaf8d15c..b45cf38e905 100644
--- a/x11-wm/icewm/icewm-1.8.3.ebuild
+++ b/x11-wm/icewm/icewm-1.8.3.ebuild
@@ -94,10 +94,10 @@ src_configure() {
local myconf=(
--enable-logevents
--enable-xrandr
- --with-cfgdir=/etc/icewm
- --with-docdir=/usr/share/doc/${PF}/html
+ --with-cfgdir="${EPREFIX}"/etc/icewm
+ --with-docdir="${EPREFIX}"/usr/share/doc/${PF}/html
--with-icesound="${icesound}"
- --with-libdir=/usr/share/icewm
+ --with-libdir="${EPREFIX}"/usr/share/icewm
$(use_enable bidi fribidi)
$(use_enable debug)
$(use_enable gdk-pixbuf)
diff --git a/x11-wm/icewm/icewm-1.9.1.ebuild b/x11-wm/icewm/icewm-1.9.1.ebuild
index ca36b095ad9..fd1315decb5 100644
--- a/x11-wm/icewm/icewm-1.9.1.ebuild
+++ b/x11-wm/icewm/icewm-1.9.1.ebuild
@@ -94,10 +94,10 @@ src_configure() {
local myconf=(
--enable-logevents
--enable-xrandr
- --with-cfgdir=/etc/icewm
- --with-docdir=/usr/share/doc/${PF}/html
+ --with-cfgdir="${EPREFIX}"/etc/icewm
+ --with-docdir="${EPREFIX}"/usr/share/doc/${PF}/html
--with-icesound="${icesound}"
- --with-libdir=/usr/share/icewm
+ --with-libdir="${EPREFIX}"/usr/share/icewm
$(use_enable bidi fribidi)
$(use_enable debug)
$(use_enable debug logevents)
diff --git a/x11-wm/icewm/icewm-1.9.2.ebuild b/x11-wm/icewm/icewm-1.9.2.ebuild
index ca36b095ad9..fd1315decb5 100644
--- a/x11-wm/icewm/icewm-1.9.2.ebuild
+++ b/x11-wm/icewm/icewm-1.9.2.ebuild
@@ -94,10 +94,10 @@ src_configure() {
local myconf=(
--enable-logevents
--enable-xrandr
- --with-cfgdir=/etc/icewm
- --with-docdir=/usr/share/doc/${PF}/html
+ --with-cfgdir="${EPREFIX}"/etc/icewm
+ --with-docdir="${EPREFIX}"/usr/share/doc/${PF}/html
--with-icesound="${icesound}"
- --with-libdir=/usr/share/icewm
+ --with-libdir="${EPREFIX}"/usr/share/icewm
$(use_enable bidi fribidi)
$(use_enable debug)
$(use_enable debug logevents)