summaryrefslogtreecommitdiffstats
path: root/kbfx.ebuild.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:15 -0600
commit6ff3b4919113018066e10aa03b549832ab9f46e9 (patch)
tree257784695d7ba2c1840d499534d923f7b71a5fa3 /kbfx.ebuild.in
parent4c7a5de8df53beef9a87e00889b189210f500d19 (diff)
downloadkbfx-6ff3b4919113018066e10aa03b549832ab9f46e9.tar.gz
kbfx-6ff3b4919113018066e10aa03b549832ab9f46e9.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kbfx.ebuild.in')
-rw-r--r--kbfx.ebuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfx.ebuild.in b/kbfx.ebuild.in
index 2eb54c3..dabf79b 100644
--- a/kbfx.ebuild.in
+++ b/kbfx.ebuild.in
@@ -25,7 +25,7 @@ export DESTDIR=${D}
src_compile() {
cd ${S}
cmake \
- -DCMAKE_INSTALL_PREFIX:PATH=${KDEDIR} \
+ -DCMAKE_INSTALL_PREFIX:PATH=${TDEDIR} \
-DUSE_STRIGI:BOOL=$( use strigi && echo ON || echo OFF ) \
. || die
}