summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-11-12 19:39:45 +0100
committerLars Wendler <polynomial-c@gentoo.org>2020-11-12 19:40:05 +0100
commit0f9b99bf91d1348c3976cbf840af365fb076bf86 (patch)
tree0279d9c319a3b3fc25b04da16944a9d5fcc742a4 /x11-wm/icewm/icewm-1.8.3.ebuild
parentnet-im/jabber-base: drop old version (diff)
downloadgentoo-0f9b99bf91d1348c3976cbf840af365fb076bf86.tar.gz
gentoo-0f9b99bf91d1348c3976cbf840af365fb076bf86.tar.bz2
gentoo-0f9b99bf91d1348c3976cbf840af365fb076bf86.zip
x11-wm/icewm: Add EPREFIX where appropriate
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-wm/icewm/icewm-1.8.3.ebuild')
-rw-r--r--x11-wm/icewm/icewm-1.8.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/icewm/icewm-1.8.3.ebuild b/x11-wm/icewm/icewm-1.8.3.ebuild
index aaeeaf8d15c8..b45cf38e905b 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)