diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-11-12 19:39:45 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-11-12 19:40:05 +0100 |
commit | 0f9b99bf91d1348c3976cbf840af365fb076bf86 (patch) | |
tree | 0279d9c319a3b3fc25b04da16944a9d5fcc742a4 /x11-wm | |
parent | net-im/jabber-base: drop old version (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-wm/icewm/icewm-1.7.0.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-1.8.3.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-1.9.1.ebuild | 6 | ||||
-rw-r--r-- | 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 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) |