summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 11:53:41 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-27 14:23:12 -0400
commitca3a344040a7bae04eba7426361bd3caca4439a9 (patch)
tree9f40aea8ba1732729f7af29daa2d4a46edeb539e /x11-misc/fluxter
parentsys-fs/autorun: move KDEDIR to global and nix src_configure (diff)
downloadgentoo-ca3a344040a7bae04eba7426361bd3caca4439a9.tar.gz
gentoo-ca3a344040a7bae04eba7426361bd3caca4439a9.tar.bz2
gentoo-ca3a344040a7bae04eba7426361bd3caca4439a9.zip
x11-misc/fluxter: add EPREFIX to econf
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc/fluxter')
-rw-r--r--x11-misc/fluxter/fluxter-0.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/fluxter/fluxter-0.1.0.ebuild b/x11-misc/fluxter/fluxter-0.1.0.ebuild
index 93dfa459daae..302d3006b641 100644
--- a/x11-misc/fluxter/fluxter-0.1.0.ebuild
+++ b/x11-misc/fluxter/fluxter-0.1.0.ebuild
@@ -26,5 +26,5 @@ src_prepare() {
src_configure() {
econf \
- --datadir=/usr/share/commonbox
+ --datadir="${EPREFIX}"/usr/share/commonbox
}