diff options
Diffstat (limited to 'Helperstuff/BuildService')
-rw-r--r-- | Helperstuff/BuildService/tdesvn.spec.in | 2 |
1 files changed, 1 insertions, 1 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 |