From 0f9b99bf91d1348c3976cbf840af365fb076bf86 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 12 Nov 2020 19:39:45 +0100 Subject: x11-wm/icewm: Add EPREFIX where appropriate Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler --- 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(-) (limited to 'x11-wm/icewm') diff --git a/x11-wm/icewm/icewm-1.7.0.ebuild b/x11-wm/icewm/icewm-1.7.0.ebuild index 3751e9876398..beecb5b1f558 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 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) diff --git a/x11-wm/icewm/icewm-1.9.1.ebuild b/x11-wm/icewm/icewm-1.9.1.ebuild index ca36b095ad94..fd1315decb53 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 ca36b095ad94..fd1315decb53 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) -- cgit v1.2.3-65-gdbad