x11-misc/fluxter: add EPREFIX to econf
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 15:53:41 +0000 (11:53 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 18:23:12 +0000 (14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-misc/fluxter/fluxter-0.1.0.ebuild

index 93dfa459daae9e0ebb33634bc460d0dd84143218..302d3006b641ca8151d42f9a3c6bae2c2c46a569 100644 (file)
@@ -26,5 +26,5 @@ src_prepare() {
 
 src_configure() {
        econf \
-               --datadir=/usr/share/commonbox
+               --datadir="${EPREFIX}"/usr/share/commonbox
 }