summaryrefslogtreecommitdiffstats
path: root/kbfx-9999.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-9999.ebuild
parent4c7a5de8df53beef9a87e00889b189210f500d19 (diff)
downloadkbfx-6ff3b4919113018066e10aa03b549832ab9f46e9.tar.gz
kbfx-6ff3b4919113018066e10aa03b549832ab9f46e9.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kbfx-9999.ebuild')
-rw-r--r--kbfx-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfx-9999.ebuild b/kbfx-9999.ebuild
index 6a8e498..b823dc7 100644
--- a/kbfx-9999.ebuild
+++ b/kbfx-9999.ebuild
@@ -21,7 +21,7 @@ export DESTDIR=${D}
src_compile() {
cmake \
- -DCMAKE_INSTALL_PREFIX:PATH=${KDEDIR} \
+ -DCMAKE_INSTALL_PREFIX:PATH=${TDEDIR} \
-DUSE_STRIGI:BOOL=$( use strigi && echo ON || echo OFF ) \
. || die
}