aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-01-25 21:25:23 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-01-25 21:25:23 +0000
commit5f7282352ca712c06d7212d639d0e582754b3774 (patch)
tree75dde0a82407f56965c8966644997b7b6e83beef
parent1d78fb83f0d0c05d0d0bd8b4bbb53747fc55778d (diff)
downloadextra-cmake-modules-5f7282352ca712c06d7212d639d0e582754b3774.tar.gz
extra-cmake-modules-5f7282352ca712c06d7212d639d0e582754b3774.tar.bz2
-fix typo: use correct install directory SERVICETYPES
Alex svn path=/trunk/KDE/kdelibs/; revision=502396
-rwxr-xr-xam2cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/am2cmake b/am2cmake
index ae21aa3f..c600033c 100755
--- a/am2cmake
+++ b/am2cmake
@@ -50,7 +50,7 @@ InstallDirsKDE4 = {
"kde_locale" => "${KDE4_LOCALE_DIR}",
"kde_mime" => "${KDE4_MIME_DIR}",
"kde_services" => "${KDE4_SERVICES_DIR}",
- "kde_servicetypes" => "${KDE4_SERVICESTYPES_DIR}",
+ "kde_servicetypes" => "${KDE4_SERVICETYPES_DIR}",
"kde_sound" => "${KDE4_SOUND_DIR}",
"kde_templates"=> "${KDE4_TEMPLATES_DIR}",
"kde_wallpaper"=> "${KDE4_WALLPAPER_DIR}",