summaryrefslogtreecommitdiffstats
path: root/kbfx-0.4.9.3.1.ebuild
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-0.4.9.3.1.ebuild
parent4c7a5de8df53beef9a87e00889b189210f500d19 (diff)
downloadkbfx-6ff3b4919113018066e10aa03b549832ab9f46e9.tar.gz
kbfx-6ff3b4919113018066e10aa03b549832ab9f46e9.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kbfx-0.4.9.3.1.ebuild')
-rw-r--r--kbfx-0.4.9.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfx-0.4.9.3.1.ebuild b/kbfx-0.4.9.3.1.ebuild
index f8dbb73..a8752d1 100644
--- a/kbfx-0.4.9.3.1.ebuild
+++ b/kbfx-0.4.9.3.1.ebuild
@@ -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
}