summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-07 18:49:15 -0600
committerTimothy Pearson <[email protected]>2011-12-07 18:49:15 -0600
commit6ff3b4919113018066e10aa03b549832ab9f46e9 (patch)
tree257784695d7ba2c1840d499534d923f7b71a5fa3
parent4c7a5de8df53beef9a87e00889b189210f500d19 (diff)
downloadkbfx-6ff3b4919113018066e10aa03b549832ab9f46e9.tar.gz
kbfx-6ff3b4919113018066e10aa03b549832ab9f46e9.zip
Rename KDEHOME and KDEDIR
-rwxr-xr-xbuild.sh2
-rw-r--r--kbfx-0.4.9.3.1.ebuild2
-rw-r--r--kbfx-9999.ebuild2
-rw-r--r--kbfx-svn.ebuild.in2
-rw-r--r--kbfx.ebuild.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index d3f4983..d9b6b91 100755
--- a/build.sh
+++ b/build.sh
@@ -200,7 +200,7 @@ then {
fi
eval $after_su
echo
- echo -e "$color_warn NOTE: If you have used a custom prefix for your install (-p or --prefix option for script), \n you should add '$s' to your \$KDEDIRS environment variable\n and '$s/lib' to your \$LD_LIBRARY_PATH environment variable!\n $color_normal"
+ echo -e "$color_warn NOTE: If you have used a custom prefix for your install (-p or --prefix option for script), \n you should add '$s' to your \$TDEDIRS environment variable\n and '$s/lib' to your \$LD_LIBRARY_PATH environment variable!\n $color_normal"
fi
}
else {
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
}
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
}
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
}
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
}