diff options
Diffstat (limited to 'kbfx-svn.ebuild.in')
-rw-r--r-- | kbfx-svn.ebuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfx-svn.ebuild.in b/kbfx-svn.ebuild.in index 6a8e498..b823dc7 100644 --- a/kbfx-svn.ebuild.in +++ b/kbfx-svn.ebuild.in @@ -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 } |