summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:23:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:23:55 -0600
commitb3798466092929b3e16ab6eff8775285fa76fc0d (patch)
treea742aaff637494b5721dbc3eca2c26f579a25833
parent3787b3e8e7adcb04d85f96082c39eca9eda7d0f6 (diff)
downloadtdesvn-b3798466.tar.gz
tdesvn-b3798466.zip
Rename kde-config to tde-config
-rw-r--r--Helperstuff/BuildService/tdesvn.spec.in2
-rw-r--r--doc/en/index.docbook2
-rw-r--r--doc/nl/index.docbook2
3 files changed, 3 insertions, 3 deletions
diff --git a/Helperstuff/BuildService/tdesvn.spec.in b/Helperstuff/BuildService/tdesvn.spec.in
index 41f74e3..3b90f62 100644
--- a/Helperstuff/BuildService/tdesvn.spec.in
+++ b/Helperstuff/BuildService/tdesvn.spec.in
@@ -69,7 +69,7 @@ Development files for tdesvn. It is required when you plan use svnqt wrapper lib
%setup -q
mkdir build
cd build
-cmake ../ -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` -DCMAKE_BUILD_TYPE=Release -DLIB_SUFFIX=`kde-config --libsuffix`
+cmake ../ -DCMAKE_INSTALL_PREFIX=`tde-config --prefix` -DCMAKE_BUILD_TYPE=Release -DLIB_SUFFIX=`tde-config --libsuffix`
%build
%if 0%{?suse_version} > 0
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 9bec44e..b9baeee 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -2311,7 +2311,7 @@ or checkout / export a copy from repository and change to the resulting sourcedi
<screen>
<prompt>%</prompt> <userinput><command>mkdir</command> build</userinput>
<prompt>%</prompt> <userinput><command>cd</command> build</userinput>
-<prompt>%</prompt> <userinput><command>cmake</command> ../ -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` -DCMAKE_BUILD_TYPE=Release</userinput>
+<prompt>%</prompt> <userinput><command>cmake</command> ../ -DCMAKE_INSTALL_PREFIX=`tde-config --prefix` -DCMAKE_BUILD_TYPE=Release</userinput>
<prompt>%</prompt> <userinput><command>make</command></userinput>
<prompt>%</prompt> <userinput><command>make</command> install</userinput>
</screen>
diff --git a/doc/nl/index.docbook b/doc/nl/index.docbook
index e114263..3793286 100644
--- a/doc/nl/index.docbook
+++ b/doc/nl/index.docbook
@@ -2148,7 +2148,7 @@ url="http://tdesvn.alwins-world.de/browser/trunk/ChangeLog">http://tdesvn.alwins
<screen>
<prompt>%</prompt> <userinput><command>mkdir</command> build</userinput>
<prompt>%</prompt> <userinput><command>cd</command> build</userinput>
-<prompt>%</prompt> <userinput><command>cmake</command> ../ -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` -DCMAKE_BUILD_TYPE=Release</userinput>
+<prompt>%</prompt> <userinput><command>cmake</command> ../ -DCMAKE_INSTALL_PREFIX=`tde-config --prefix` -DCMAKE_BUILD_TYPE=Release</userinput>
<prompt>%</prompt> <userinput><command>make</command></userinput>
<prompt>%</prompt> <userinput><command>make</command> install</userinput>
</screen>